The IGenericParameters graph node interface. More...
#include "murl_graph_i_generic_parameters.h"
Detailed Description
The IGenericParameters graph node interface.
A generic parameters node represent a specialized constant buffer parameters node, and can be used to manually define a set of individual parameter groups without any connection to a specific shader.
See the Graph::IConstantBufferParameters 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
◆ GetParametersInterface() [1/2]
|
pure virtual |
Get the mutable Graph::IParameters interface.
This method returns a mutable pointer to the node's Graph::IParameters interface, to be able to query or modify common parameter properties.
- Returns
- The mutable Graph::IParameters interface, or null if not available
◆ GetParametersInterface() [2/2]
|
pure virtual |
Get the constant Graph::IParameters interface.
This method returns a constant pointer to the node's Graph::IParameters interface, to be able to query common parameter properties.
- Returns
- The constant Graph::IParameters interface, or null if not available
◆ GetConstantBufferParametersInterface() [1/2]
|
pure virtual |
Get the mutable Graph::IConstantBufferParameters interface.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameters interface.
- Returns
- The mutable Graph::IConstantBufferParameters interface, or null if not available
◆ GetConstantBufferParametersInterface() [2/2]
|
pure virtual |
Get the constant Graph::IConstantBufferParameters interface.
This method returns a constant pointer to the node's Graph::IConstantBufferParameters interface.
- Returns
- The constant Graph::IConstantBufferParameters interface, or null if not available
◆ GetConstantBufferParameterGroupNodeTarget() [1/2]
|
pure virtual |
Get the mutable Graph::IConstantBufferParameterGroup container storing the individual parameter groups.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameterGroup container that can be used to set or query the individual generic parameter group nodes.
- Returns
- The mutable Graph::IConstantBufferParameterGroup container, or null if not available.
◆ GetConstantBufferParameterGroupNodeTarget() [2/2]
|
pure virtual |
Get the constant Graph::IConstantBufferParameterGroup container storing the individual parameter groups.
This method returns a constant pointer to the node's Graph::IConstantBufferParameterGroup container that can be used to query the individual generic parameter group nodes.
- Returns
- The constant Graph::IConstantBufferParameterGroup container, or null if not available.
The documentation for this interface was generated from the following file:
- murl_graph_i_generic_parameters.h