ID3D12FunctionReflection::GetFunctionParameter メソッド (d3d12shader.h)

関数パラメーター リフレクターを取得します。

構文

ID3D12FunctionParameterReflection * GetFunctionParameter(
  [in] INT ParameterIndex
);

パラメーター

[in] ParameterIndex

型: INT

取得する関数パラメーター リフレクターの 0 から始まるインデックス。

戻り値

種類: ID3D12FunctionParameterReflection*

関数パラメーター リフレクターを表す ID3D12FunctionParameterReflection インターフェイスへのポインター。

要件

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

関連項目

ID3D12FunctionReflection