ID3D10ShaderReflectionType::GetDesc method (d3d10shader.h)

Get the description of a shader-reflection-variable type.

Syntax

HRESULT GetDesc(
  [in] D3D10_SHADER_TYPE_DESC *pDesc
);

Parameters

[in] pDesc

Type: D3D10_SHADER_TYPE_DESC*

A pointer to a shader-type description (see D3D10_SHADER_TYPE_DESC).

Return value

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

Requirements

Requirement Value
Target Platform Windows
Header d3d10shader.h

See also

ID3D10ShaderReflectionType Interface