Share via


ID3D11LibraryReflection::GetFunctionByIndex-Methode (d3d11shader.h)

Ruft den Funktionsreflektor ab.

Syntax

ID3D11FunctionReflection * GetFunctionByIndex(
  [in] INT FunctionIndex
);

Parameter

[in] FunctionIndex

Typ: INT

Der nullbasierte Index des abzurufenden Funktionsreflektors.

Rückgabewert

Typ: ID3D11FunctionReflection*

Ein Zeiger auf eine ID3D11FunctionReflection-Schnittstelle , die den Funktionsreflektor darstellt.

Anforderungen

   
Zielplattform Windows
Kopfzeile d3d11shader.h
Bibliothek D3DCompiler.lib
DLL D3DCompiler_47.dll

Weitere Informationen

ID3D11LibraryReflection