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 parameter reflector.
Syntax
ID3D11FunctionParameterReflection * GetFunctionParameter(
[in] INT ParameterIndex
);
Parameters
[in] ParameterIndex
Type: INT
The zero-based index of the function parameter reflector to retrieve.
Return value
Type: ID3D11FunctionParameterReflection*
A pointer to a ID3D11FunctionParameterReflection interface that represents the function parameter reflector.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d11shader.h |
Library | D3DCompiler.lib |
DLL | D3DCompiler_47.dll |