- GetConstantBufferByIndex
ID3D11ShaderReflectionConstantBuffer 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
ID3D11ShaderReflectionConstantBuffer 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(D3D11_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
ID3D11FunctionParameterReflection 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, D3D11_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, D3D11_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
ID3D11ShaderReflectionVariable* 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.