ID3D11FunctionReflection::GetDesc 方法 (d3d11shader.h)

填充函数的函数描述符结构。

语法

HRESULT GetDesc(
  [out] D3D11_FUNCTION_DESC *pDesc
);

参数

[out] pDesc

类型: D3D11_FUNCTION_DESC*

指向接收函数说明 的 D3D11_FUNCTION_DESC 结构的指针。

返回值

类型: HRESULT

返回 Direct3D 11 返回代码之一。

要求

   
目标平台 Windows
标头 d3d11shader.h
Library D3DCompiler.lib
DLL D3DCompiler_47.dll

另请参阅

ID3D11FunctionReflection