ID3D12LibraryReflection::GetFunctionByIndex-Methode (d3d12shader.h)

Ruft den Funktionsreflektor ab.

Syntax

ID3D12FunctionReflection * GetFunctionByIndex(
  [in] INT FunctionIndex
);

Parameter

[in] FunctionIndex

Typ: INT

Der nullbasierte Index des abzurufenden Funktionsreflektors.

Rückgabewert

Typ: ID3D12FunctionReflection*

Der Funktionsreflektor als Zeiger auf ID3D12FunctionReflection.

Anforderungen

   
Zielplattform Windows
Kopfzeile d3d12shader.h

Weitere Informationen

ID3D12LibraryReflection