ID3D12FunctionParameterReflection::GetDesc method (d3d12shader.h)
Fills the parameter descriptor structure for the function's parameter.
HRESULT GetDesc(
[out] D3D12_PARAMETER_DESC *pDesc
);
[out] pDesc
Type: D3D12_PARAMETER_DESC*
A pointer to a D3D12_PARAMETER_DESC structure that receives a description of the function's parameter.
Type: HRESULT
Returns one of the Direct3D 12 Return Codes.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12shader.h |