ID3D12ShaderReflectionType::GetMemberTypeByIndex メソッド (d3d12shader.h)

インデックスによって shader-reflection-variable 型を取得します。

構文

ID3D12ShaderReflectionType * GetMemberTypeByIndex(
  [in] UINT Index
);

パラメーター

[in] Index

型: UINT

0 から始まるインデックス。

戻り値

型: ID3D12ShaderReflectionType*

ID3D12ShaderReflectionType インターフェイスへのポインター。

注釈

このメソッドのインターフェイスは、すぐに使用できない DLL D3DCompiler_xx.dll でホストされます。

要件

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

こちらもご覧ください

ID3D12ShaderReflectionType