- GetConstantBufferByIndex
ID3D12ShaderReflectionConstantBuffer GetConstantBufferByIndex(uint BufferIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConstantBufferByName
ID3D12ShaderReflectionConstantBuffer GetConstantBufferByName(char* Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDesc
HRESULT GetDesc(D3D12_FUNCTION_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFunctionParameter
ID3D12FunctionParameterReflection GetFunctionParameter(int ParameterIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetResourceBindingDesc
HRESULT GetResourceBindingDesc(uint ResourceIndex, D3D12_SHADER_INPUT_BIND_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetResourceBindingDescByName
HRESULT GetResourceBindingDescByName(char* Name, D3D12_SHADER_INPUT_BIND_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVariableByName
ID3D12ShaderReflectionVariable GetVariableByName(char* Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.