ID3D11ShaderReflectionVariable::GetBuffer method
This method returns the buffer of the current ID3D11ShaderReflectionVariable.
Syntax
ID3D11ShaderReflectionConstantBuffer* GetBuffer();
Parameters
This method has no parameters.
Return value
Type: ID3D11ShaderReflectionConstantBuffer*
Returns a pointer to the ID3D11ShaderReflectionConstantBuffer of the present ID3D11ShaderReflectionVariable.
Requirements
|
Header |
|
|---|
See also
Show: