ID3D12FunctionReflection::GetDesc method (d3d12shader.h)

Fills the function descriptor structure for the function.

Syntax

HRESULT GetDesc(
  [out] D3D12_FUNCTION_DESC *pDesc
);

Parameters

[out] pDesc

Type: D3D12_FUNCTION_DESC*

A pointer to a D3D12_FUNCTION_DESC structure that receives a description of the function.

Return value

Type: HRESULT

Returns one of the Direct3D 12 Return Codes.

Requirements

Requirement Value
Target Platform Windows
Header d3d12shader.h

See also

ID3D12FunctionReflection