Murl::Graph::IShaderParameters Interface Referenceabstract

The IShaderParameters graph node interface. More...

#include "murl_graph_i_shader_parameters.h"

Inheritance diagram for Murl::Graph::IShaderParameters:

Public Member Functions

virtual INodeGetNodeInterface ()=0
 Get the mutable Graph::INode interface. More...
 
virtual const INodeGetNodeInterface () const =0
 Get the constant Graph::INode interface. More...
 
virtual IParametersGetParametersInterface ()=0
 Get the mutable Graph::IParameters interface. More...
 
virtual const IParametersGetParametersInterface () const =0
 Get the constant Graph::IParameters interface. More...
 
virtual IConstantBufferParametersGetConstantBufferParametersInterface ()=0
 Get the mutable Graph::IConstantBufferParameters interface. More...
 
virtual const IConstantBufferParametersGetConstantBufferParametersInterface () const =0
 Get the constant Graph::IConstantBufferParameters interface. More...
 
virtual IMaterialNodeTargetGetMaterialNodeTarget ()=0
 Get the mutable Graph::IMaterial container storing the material to source parameters from. More...
 
virtual const IMaterialNodeTargetGetMaterialNodeTarget () const =0
 Get the constant Graph::IMaterial container storing the material to source parameters from. More...
 
virtual IProgramNodeTargetGetProgramNodeTarget ()=0
 Get the mutable Graph::IProgram container storing the shader program to source parameters from. More...
 
virtual const IProgramNodeTargetGetProgramNodeTarget () const =0
 Get the constant Graph::IProgram container storing the shader program to source parameters from. More...
 
virtual IShaderNodeTargetGetShaderNodeTarget ()=0
 Get the mutable Graph::IShader container storing the shader to source parameters from. More...
 
virtual const IShaderNodeTargetGetShaderNodeTarget () const =0
 Get the constant Graph::IShader container storing the shader to source parameters from. More...
 
virtual IShaderResourceTargetGetShaderResourceTarget ()=0
 Get the mutable Resource::IShader container storing the shader to source parameters from. More...
 
virtual const IShaderResourceTargetGetShaderResourceTarget () const =0
 Get the constant Resource::IShader container storing the shader to source parameters from. More...
 

Detailed Description

The IShaderParameters graph node interface.

A shader parameters node represent a specialized constant buffer parameters node, and can be used to define a set of parameter groups and parameters that are sourced from a given shader node or resource. All group and parameter names are taken from the given shader and pre-initialized with any default values present, in the correct order for the shader to work correctly.

See the Graph::IConstantBufferParameters base interface for additional information.

Member Function Documentation

◆ GetNodeInterface() [1/2]

virtual INode* Murl::Graph::IShaderParameters::GetNodeInterface ( )
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]

virtual const INode* Murl::Graph::IShaderParameters::GetNodeInterface ( ) const
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]

virtual IParameters* Murl::Graph::IShaderParameters::GetParametersInterface ( )
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]

virtual const IParameters* Murl::Graph::IShaderParameters::GetParametersInterface ( ) const
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]

virtual IConstantBufferParameters* Murl::Graph::IShaderParameters::GetConstantBufferParametersInterface ( )
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]

virtual const IConstantBufferParameters* Murl::Graph::IShaderParameters::GetConstantBufferParametersInterface ( ) const
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

◆ GetMaterialNodeTarget() [1/2]

virtual IMaterialNodeTarget* Murl::Graph::IShaderParameters::GetMaterialNodeTarget ( )
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]

virtual const IMaterialNodeTarget* Murl::Graph::IShaderParameters::GetMaterialNodeTarget ( ) const
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]

virtual IProgramNodeTarget* Murl::Graph::IShaderParameters::GetProgramNodeTarget ( )
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]

virtual const IProgramNodeTarget* Murl::Graph::IShaderParameters::GetProgramNodeTarget ( ) const
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]

virtual IShaderNodeTarget* Murl::Graph::IShaderParameters::GetShaderNodeTarget ( )
pure virtual

Get the mutable Graph::IShader container storing the shader to source parameters 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 parameters from.

Returns
The mutable Graph::IShader container, or null if not available.

◆ GetShaderNodeTarget() [2/2]

virtual const IShaderNodeTarget* Murl::Graph::IShaderParameters::GetShaderNodeTarget ( ) const
pure virtual

Get the constant Graph::IShader container storing the shader to source parameters 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 parameters from.

Returns
The constant Graph::IShader container, or null if not available.

◆ GetShaderResourceTarget() [1/2]

virtual IShaderResourceTarget* Murl::Graph::IShaderParameters::GetShaderResourceTarget ( )
pure virtual

Get the mutable Resource::IShader container storing the shader to source parameters 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 parameters from.

Returns
The mutable Resource::IShader container, or null if not available.

◆ GetShaderResourceTarget() [2/2]

virtual const IShaderResourceTarget* Murl::Graph::IShaderParameters::GetShaderResourceTarget ( ) const
pure virtual

Get the constant Resource::IShader container storing the shader to source parameters 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 parameters 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_parameters.h


Copyright © 2011-2024 Spraylight GmbH.