![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IConstantBufferParameters graph node interface.
The IConstantBufferParameters provides a means to define custom material parameters present in one or more uniform buffers.
Use the Graph::IConstantBufferContainer base interface to define, set or query user-defined parameter groups.
See the Graph::IConstantBufferParameterGroup interface for defining individual groups. See the Graph::IParameters base interface for additional information.
Murl.Graph.IConstantBufferContainer
Murl.Graph.IConstantBufferParameters.CONSTANT_BUFFER_PARAMETERS_FLAG_MODIFIED | |
Murl.Graph.IConstantBufferParameters.CONSTANT_BUFFER_PARAMETERS_FLAG_FORCE_UPDATE | |
Murl.Graph.IConstantBufferParameters.CONSTANT_BUFFER_PARAMETERS_FLAG_CHANGED |
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.
Murl.Graph.INode GetNodeInterface()
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.
Murl.Graph.IParameters GetParametersInterface()
Get current flags.
Integer GetConstantBufferParametersFlags()