ID3D11FunctionReflection interface
A function-reflection interface accesses function info.
Members
The ID3D11FunctionReflection interface inherits from the IUnknown interface. ID3D11FunctionReflection also has these types of members:
Methods
The ID3D11FunctionReflection interface has these methods.
| Method | Description |
|---|---|
| GetConstantBufferByIndex |
Gets a constant buffer by index for a function. |
| GetConstantBufferByName |
Gets a constant buffer by name for a function. |
| GetDesc |
Fills the function descriptor structure for the function. |
| GetFunctionParameter |
Gets the function parameter reflector. |
| GetResourceBindingDesc |
Gets a description of how a resource is bound to a function. |
| GetResourceBindingDescByName |
Gets a description of how a resource is bound to a function. |
| GetVariableByName |
Gets a variable by name. |
Remarks
To get a function-reflection interface, call ID3D11LibraryReflection::GetFunctionByIndex. 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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also