Blender V4.3
blender::nodes::node_composite_math_cc::MathShaderNode Class Reference

Inherits blender::realtime_compositor::ShaderNode.

Public Member Functions

void compile (GPUMaterial *material) override
 
NodeMathOperation get_operation ()
 
const char * get_shader_function_name ()
 
bool get_should_clamp ()
 
 ShaderNode (DNode node)
 
- Public Member Functions inherited from blender::realtime_compositor::ShaderNode
 ShaderNode (DNode node)
 
virtual ~ShaderNode ()=default
 
GPUNodeStackget_inputs_array ()
 
GPUNodeStackget_outputs_array ()
 
GPUNodeStackget_input (StringRef identifier)
 
GPUNodeStackget_output (StringRef identifier)
 
GPUNodeLinkget_input_link (StringRef identifier)
 

Additional Inherited Members

- Protected Member Functions inherited from blender::realtime_compositor::ShaderNode
const DNodenode () const
 
const bNodebnode () const
 

Detailed Description

Definition at line 73 of file node_composite_math.cc.

Member Function Documentation

◆ compile()

◆ get_operation()

NodeMathOperation blender::nodes::node_composite_math_cc::MathShaderNode::get_operation ( )
inline

◆ get_shader_function_name()

const char * blender::nodes::node_composite_math_cc::MathShaderNode::get_shader_function_name ( )
inline

◆ get_should_clamp()

bool blender::nodes::node_composite_math_cc::MathShaderNode::get_should_clamp ( )
inline

◆ ShaderNode()

ShaderNode::ShaderNode ( DNode node)

Definition at line 47 of file shader_node.cc.


The documentation for this class was generated from the following file: