ID3D11ShaderReflectionType Interface

This shader-reflection interface provides access to variable type.

Syntax

interface ID3D11ShaderReflectionType  

Remarks

The get a shader-reflection-type interface, call ID3D11ShaderReflectionVariable::GetType.

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

ID3D11ShaderReflectionType Members