ID3D12FunctionParameterReflection::GetDesc メソッド (d3d12shader.h)

関数のパラメーターのパラメーター記述子構造体を入力します。

構文

HRESULT GetDesc(
  [out] D3D12_PARAMETER_DESC *pDesc
);

パラメーター

[out] pDesc

種類: D3D12_PARAMETER_DESC*

関数のパラメーターの説明を受け取る D3D12_PARAMETER_DESC 構造体へのポインター。

戻り値

種類: HRESULT

Direct3D 12リターン コードのいずれかを返します

要件

要件
対象プラットフォーム Windows
ヘッダー d3d12shader.h

こちらもご覧ください

ID3D12FunctionParameterReflection