![]() |
Murl Engine API
Version 2018.3
|
The IGenericParameter graph node interface. More...
#include <murl_graph_i_generic_parameter.h>
The IGenericParameter graph node interface.
A generic parameter represents a specialized constant buffer parameter, and can be used to manually define a single shader parameter without any connection to a specific shader.
See the Graph::IConstantBufferParameterGroup base interface for additional information.
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 IConstantBufferParameter * | GetConstantBufferParameterInterface ()=0 |
Get the mutable Graph::IConstantBufferParameter interface. More... | |
virtual const IConstantBufferParameter * | GetConstantBufferParameterInterface () const =0 |
Get the constant Graph::IConstantBufferParameter interface. More... | |
virtual Bool | SetType (IEnums::UniformType type)=0 |
Set the actual uniform variable data type. More... | |
|
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::IConstantBufferParameter interface.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameter interface.
|
pure virtual |
Get the constant Graph::IConstantBufferParameter interface.
This method returns a constant pointer to the node's Graph::IConstantBufferParameter interface.
|
pure virtual |
Set the actual uniform variable data type.
Once initialized, the variable name cannot be changed.
type | The uniform data type. |