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