ID3D10ShaderReflectionType interface (d3d10shader.h)
This shader-reflection interface provides access to variable type.
Methods
The ID3D10ShaderReflectionType interface has these methods.
ID3D10ShaderReflectionType::GetDesc Get the description of a shader-reflection-variable type. (ID3D10ShaderReflectionType.GetDesc) |
ID3D10ShaderReflectionType::GetMemberTypeByIndex The ID3D10ShaderReflectionType::GetMemberTypeByIndex (d3d10shader.h) method gets a shader-reflection-variable type by index. |
ID3D10ShaderReflectionType::GetMemberTypeByName Get a shader-reflection-variable type by name. (ID3D10ShaderReflectionType.GetMemberTypeByName) |
ID3D10ShaderReflectionType::GetMemberTypeName Get a shader-reflection-variable type. (ID3D10ShaderReflectionType.GetMemberTypeName) |
Remarks
The get a shader-reflection-type interface, call ID3D10ShaderReflectionVariable::GetType.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10shader.h |