Blender V5.0
blender::compositor::ShaderNode Class Reference

#include <COM_shader_node.hh>

Public Member Functions

 ShaderNode (DNode node)
void compile (GPUMaterial *material)
GPUNodeStackget_input (StringRef identifier)
GPUNodeStackget_output (StringRef identifier)

Detailed Description

Definition at line 30 of file COM_shader_node.hh.

Constructor & Destructor Documentation

◆ ShaderNode()

ShaderNode::ShaderNode ( DNode node)

Definition at line 22 of file shader_node.cc.

Member Function Documentation

◆ compile()

void ShaderNode::compile ( GPUMaterial * material)

Definition at line 28 of file shader_node.cc.

◆ get_input()

GPUNodeStack & ShaderNode::get_input ( StringRef identifier)

Definition at line 34 of file shader_node.cc.

References blender::compositor::get_shader_node_input().

◆ get_output()

GPUNodeStack & ShaderNode::get_output ( StringRef identifier)

Definition at line 39 of file shader_node.cc.

References blender::compositor::get_shader_node_output().


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