![]() |
Murl Engine API
Version 2018.3
|
The IGenericParameters graph node interface. More...
#include <murl_graph_i_generic_parameters.h>
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.
|
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.
|
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.
|
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.
|
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.
|
pure virtual |
Get the mutable Graph::IConstantBufferParameters interface.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameters interface.
|
pure virtual |
Get the constant Graph::IConstantBufferParameters interface.
This method returns a constant pointer to the node's Graph::IConstantBufferParameters interface.
|
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.
|
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.