ID3D12LibraryReflection::GetFunctionByIndex method

Gets the function reflector.

Syntax


ID3D12FunctionReflection* GetFunctionByIndex(
  [in] INT FunctionIndex
);

Parameters

FunctionIndex [in]

Type: INT

The zero-based index of the function reflector to retrieve.

Return value

Type: ID3D12FunctionReflection*

The function reflector, as a pointer to ID3D12FunctionReflection.

Requirements

Header

D3d12shader.h

See also

ID3D12LibraryReflection

 

 

Show: