|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| HRESULT | GetDesc (D3D10_SHADER_DESC *desc) |
| ID3D10ShaderReflectionConstantBuffer * | GetConstantBufferByIndex (UINT index) |
| ID3D10ShaderReflectionConstantBuffer * | GetConstantBufferByName (const char *name) |
| HRESULT | GetResourceBindingDesc (UINT index, D3D10_SHADER_INPUT_BIND_DESC *desc) |
| HRESULT | GetInputParameterDesc (UINT index, D3D10_SIGNATURE_PARAMETER_DESC *desc) |
| HRESULT | GetOutputParameterDesc (UINT index, D3D10_SIGNATURE_PARAMETER_DESC *desc) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 193 of file d3d10shader.idl.
| ID3D10ShaderReflectionConstantBuffer * ID3D10ShaderReflection::GetConstantBufferByIndex | ( | UINT | index | ) |
| ID3D10ShaderReflectionConstantBuffer * ID3D10ShaderReflection::GetConstantBufferByName | ( | const char * | name | ) |
| HRESULT ID3D10ShaderReflection::GetDesc | ( | D3D10_SHADER_DESC * | desc | ) |
Referenced by get_fx10_shader_resources().
| HRESULT ID3D10ShaderReflection::GetInputParameterDesc | ( | UINT | index, |
| D3D10_SIGNATURE_PARAMETER_DESC * | desc | ||
| ) |
| HRESULT ID3D10ShaderReflection::GetOutputParameterDesc | ( | UINT | index, |
| D3D10_SIGNATURE_PARAMETER_DESC * | desc | ||
| ) |
| HRESULT ID3D10ShaderReflection::GetResourceBindingDesc | ( | UINT | index, |
| D3D10_SHADER_INPUT_BIND_DESC * | desc | ||
| ) |
Referenced by get_fx10_shader_resources().