Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the function reflector.
Syntax
ID3D12FunctionReflection * GetFunctionByIndex(
[in] INT FunctionIndex
);
Parameters
[in] FunctionIndex
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12shader.h |