ID3D12ShaderReflectionVariable::GetBuffer method (d3d12shader.h)

Returns the ID3D12ShaderReflectionConstantBuffer of the present ID3D12ShaderReflectionVariable.

Syntax

ID3D12ShaderReflectionConstantBuffer * GetBuffer();

Return value

Type: ID3D12ShaderReflectionConstantBuffer*

Returns a pointer to the ID3D12ShaderReflectionConstantBuffer of the present ID3D12ShaderReflectionVariable.

Requirements

Requirement Value
Target Platform Windows
Header d3d12shader.h

See also

ID3D12ShaderReflectionVariable