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.
A function-parameter-reflection interface accesses function-parameter info.
Methods
The ID3D12FunctionParameterReflection interface has these methods.
ID3D12FunctionParameterReflection::GetDesc Fills the parameter descriptor structure for the function's parameter. (ID3D12FunctionParameterReflection.GetDesc) |
Remarks
To get a function-parameter-reflection interface, call ID3D12FunctionReflection::GetFunctionParameter. This isn't a COM interface, so you don't need to worry about reference counts or releasing the interface when you're done with it.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12shader.h |