ID3D12LibraryReflection::GetFunctionByIndex メソッド (d3d12shader.h)

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

構文

ID3D12FunctionReflection * GetFunctionByIndex(
  [in] INT FunctionIndex
);

パラメーター

[in] FunctionIndex

型: INT

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

戻り値

種類: ID3D12FunctionReflection*

ID3D12FunctionReflection へのポインターとしての関数リフレクター。

要件

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

関連項目

ID3D12LibraryReflection