ID3D11LibraryReflection::GetFunctionByIndex, méthode (d3d11shader.h)

Obtient le réflecteur de fonction.

Syntaxe

ID3D11FunctionReflection * GetFunctionByIndex(
  [in] INT FunctionIndex
);

Paramètres

[in] FunctionIndex

Type : INT

Index de base zéro du réflecteur de fonction à récupérer.

Valeur retournée

Type : ID3D11FunctionReflection*

Pointeur vers une interface ID3D11FunctionReflection qui représente le réflecteur de fonction.

Spécifications

   
Plateforme cible Windows
En-tête d3d11shader.h
Bibliothèque D3DCompiler.lib
DLL D3DCompiler_47.dll

Voir aussi

ID3D11LibraryReflection