ホーム › Graphics.Direct3D11 › ID3D11FunctionReflection
ID3D11FunctionReflection
COMメソッド 7
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 0 | HRESULT GetDesc(D3D11_FUNCTION_DESC* pDesc) |
| 1 | ID3D11ShaderReflectionConstantBuffer* GetConstantBufferByIndex(DWORD BufferIndex) |
| 2 | ID3D11ShaderReflectionConstantBuffer* GetConstantBufferByName(LPSTR Name) |
| 3 | HRESULT GetResourceBindingDesc(DWORD ResourceIndex, D3D11_SHADER_INPUT_BIND_DESC* pDesc) |
| 4 | ID3D11ShaderReflectionVariable* GetVariableByName(LPSTR Name) |
| 5 | HRESULT GetResourceBindingDescByName(LPSTR Name, D3D11_SHADER_INPUT_BIND_DESC* pDesc) |
| 6 | ID3D11FunctionParameterReflection* GetFunctionParameter(INT ParameterIndex) |