Share via


ID3D11ShaderReflectionType::GetDesc Method

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

Syntax

HRESULT GetDesc(
  [in]  D3D11_SHADER_TYPE_DESC *pDesc
);

Parameter

Rückgabewert

Typ: HRESULT

Returns one of the following Direct3D 11 Return Codes.

Hinweise

This method's interface is hosted in the out-of-box DLL D3DCompiler_xx.dll.

Anforderungen

Header

D3D11Shader.h

Bibliothek

D3DCompiler.lib or D3DCompiler_xx.dll

Siehe auch

ID3D11ShaderReflectionType Interface