ID3D11ShaderReflectionVariable Interface

This shader-reflection interface provides access to a variable.

Syntax

interface ID3D11ShaderReflectionVariable  

Remarks

To get a shader-reflection-variable interface, call a method like ID3D11ShaderReflection::GetVariableByName.

Requirements

Header: Declared in d3d11shader_x.h (d3d11shader.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11ShaderReflectionVariable Members