The IGenericParameterGroup graph node interface. More...
#include "murl_graph_i_generic_parameter_group.h"
Public Member Functions | |
virtual INode * | GetNodeInterface ()=0 |
Get the mutable Graph::INode interface. More... | |
virtual const INode * | GetNodeInterface () const =0 |
Get the constant Graph::INode interface. More... | |
virtual IConstantBufferParameterGroup * | GetConstantBufferParameterGroupInterface ()=0 |
Get the mutable Graph::IConstantBufferParameterGroup interface. More... | |
virtual const IConstantBufferParameterGroup * | GetConstantBufferParameterGroupInterface () const =0 |
Get the constant Graph::IConstantBufferParameterGroup interface. More... | |
virtual IConstantBufferParameterNodeTarget * | GetConstantBufferParameterNodeTarget ()=0 |
Get the mutable Graph::IConstantBufferParameter container storing the individual parameters. More... | |
virtual const IConstantBufferParameterNodeTarget * | GetConstantBufferParameterNodeTarget () const =0 |
Get the constant Graph::IConstantBufferParameter container storing the individual parameters. More... | |
Detailed Description
The IGenericParameterGroup graph node interface.
A generic parameter group represents a specialized constant buffer parameter group, and can be used to manually define a group of individual shader parameters without any connection to a specific shader.
See the Graph::IConstantBufferParameterGroup base interface for additional information.
Member Function Documentation
◆ GetNodeInterface() [1/2]
|
pure virtual |
Get the mutable Graph::INode interface.
This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.
- Returns
- The mutable Graph::INode interface, or null if not available
◆ GetNodeInterface() [2/2]
|
pure virtual |
Get the constant Graph::INode interface.
This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
- Returns
- The constant Graph::INode interface, or null if not available
◆ GetConstantBufferParameterGroupInterface() [1/2]
|
pure virtual |
Get the mutable Graph::IConstantBufferParameterGroup interface.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameterGroup interface.
- Returns
- The mutable Graph::IConstantBufferParameterGroup interface, or null if not available
◆ GetConstantBufferParameterGroupInterface() [2/2]
|
pure virtual |
Get the constant Graph::IConstantBufferParameterGroup interface.
This method returns a constant pointer to the node's Graph::IConstantBufferParameterGroup interface.
- Returns
- The constant Graph::IConstantBufferParameterGroup interface, or null if not available
◆ GetConstantBufferParameterNodeTarget() [1/2]
|
pure virtual |
Get the mutable Graph::IConstantBufferParameter container storing the individual parameters.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameter container that can be used to set or query the individual generic parameter nodes.
- Returns
- The mutable Graph::IConstantBufferParameter container, or null if not available.
◆ GetConstantBufferParameterNodeTarget() [2/2]
|
pure virtual |
Get the constant Graph::IConstantBufferParameter container storing the individual parameters.
This method returns a constant pointer to the node's Graph::IConstantBufferParameter container that can be used to query the individual generic parameter nodes.
- Returns
- The constant Graph::IConstantBufferParameter container, or null if not available.
The documentation for this interface was generated from the following file:
- murl_graph_i_generic_parameter_group.h