ID3D11ShaderReflection::GetPatchConstantParameterDesc Method

Get a patch-constant parameter description for a shader.

Syntax

HRESULT GetPatchConstantParameterDesc(
  [in]  UINT ParameterIndex,
  [in]  D3D11_SIGNATURE_PARAMETER_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

ID3D11ShaderReflection Interface