The IShaderParameter graph node interface. More...
#include "murl_graph_i_shader_parameter.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 IConstantBufferParameter * | GetConstantBufferParameterInterface ()=0 |
Get the mutable Graph::IConstantBufferParameter interface. More... | |
virtual const IConstantBufferParameter * | GetConstantBufferParameterInterface () const =0 |
Get the constant Graph::IConstantBufferParameter interface. More... | |
virtual IMaterialNodeTarget * | GetMaterialNodeTarget ()=0 |
Get the mutable Graph::IMaterial container storing the material to source parameters from. More... | |
virtual const IMaterialNodeTarget * | GetMaterialNodeTarget () const =0 |
Get the constant Graph::IMaterial container storing the material to source parameters from. More... | |
virtual IProgramNodeTarget * | GetProgramNodeTarget ()=0 |
Get the mutable Graph::IProgram container storing the shader program to source parameters from. More... | |
virtual const IProgramNodeTarget * | GetProgramNodeTarget () const =0 |
Get the constant Graph::IProgram container storing the shader program to source parameters from. More... | |
virtual IShaderNodeTarget * | GetShaderNodeTarget ()=0 |
Get the mutable Graph::IShader container storing the shader to source the parameter from. More... | |
virtual const IShaderNodeTarget * | GetShaderNodeTarget () const =0 |
Get the constant Graph::IShader container storing the shader to source the parameter from. More... | |
virtual IShaderResourceTarget * | GetShaderResourceTarget ()=0 |
Get the mutable Resource::IShader container storing the shader to source the parameter from. More... | |
virtual const IShaderResourceTarget * | GetShaderResourceTarget () const =0 |
Get the constant Resource::IShader container storing the shader to source the parameter from. More... | |
Detailed Description
The IShaderParameter graph node interface.
A shader parameter represents a specialized constant buffer parameter, and can be used to define a single shader parameter from a given shader resource using its default value stored therein.
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
◆ GetConstantBufferParameterInterface() [1/2]
|
pure virtual |
Get the mutable Graph::IConstantBufferParameter interface.
This method returns a mutable pointer to the node's Graph::IConstantBufferParameter interface.
- Returns
- The mutable Graph::IConstantBufferParameter interface, or null if not available
◆ GetConstantBufferParameterInterface() [2/2]
|
pure virtual |
Get the constant Graph::IConstantBufferParameter interface.
This method returns a constant pointer to the node's Graph::IConstantBufferParameter interface.
- Returns
- The constant Graph::IConstantBufferParameter interface, or null if not available
◆ GetMaterialNodeTarget() [1/2]
|
pure virtual |
Get the mutable Graph::IMaterial container storing the material to source parameters from.
This method returns a mutable pointer to the node's Graph::IMaterial container that can be used to set or query the material node to source parameters from.
- Returns
- The mutable Graph::IMaterial container, or null if not available.
◆ GetMaterialNodeTarget() [2/2]
|
pure virtual |
Get the constant Graph::IMaterial container storing the material to source parameters from.
This method returns a constant pointer to the node's Graph::IMaterial container that can be used to query the material node to source parameters from.
- Returns
- The constant Graph::IMaterial container, or null if not available.
◆ GetProgramNodeTarget() [1/2]
|
pure virtual |
Get the mutable Graph::IProgram container storing the shader program to source parameters from.
This method returns a mutable pointer to the node's Graph::IProgram container that can be used to set or query the shader program node to source parameters from.
- Returns
- The mutable Graph::IProgram container, or null if not available.
◆ GetProgramNodeTarget() [2/2]
|
pure virtual |
Get the constant Graph::IProgram container storing the shader program to source parameters from.
This method returns a constant pointer to the node's Graph::IProgram container that can be used to query the shader program node to source parameters from.
- Returns
- The constant Graph::IProgram container, or null if not available.
◆ GetShaderNodeTarget() [1/2]
|
pure virtual |
Get the mutable Graph::IShader container storing the shader to source the parameter from.
This method returns a mutable pointer to the node's Graph::IShader container that can be used to set or query the shader node to source the parameter from.
- Returns
- The mutable Graph::IShader container, or null if not available.
◆ GetShaderNodeTarget() [2/2]
|
pure virtual |
Get the constant Graph::IShader container storing the shader to source the parameter from.
This method returns a constant pointer to the node's Graph::IShader container that can be used to query the shader node to source the parameter from.
- Returns
- The constant Graph::IShader container, or null if not available.
◆ GetShaderResourceTarget() [1/2]
|
pure virtual |
Get the mutable Resource::IShader container storing the shader to source the parameter from.
This method returns a mutable pointer to the node's Resource::IShader container that can be used to set or query the shader node to source the parameter from.
- Returns
- The mutable Resource::IShader container, or null if not available.
◆ GetShaderResourceTarget() [2/2]
|
pure virtual |
Get the constant Resource::IShader container storing the shader to source the parameter from.
This method returns a constant pointer to the node's Resource::IShader container that can be used to query the shader node to source the parameter from.
- Returns
- The constant Resource::IShader container, or null if not available.
The documentation for this interface was generated from the following file:
- murl_graph_i_shader_parameter.h