Blender V4.5
node_composite_mixrgb.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_mixrgb_cc

Functions

static void blender::nodes::node_composite_mixrgb_cc::cmp_node_mixrgb_declare (NodeDeclarationBuilder &b)
static int blender::nodes::node_composite_mixrgb_cc::get_mode (const bNode &node)
static bool blender::nodes::node_composite_mixrgb_cc::get_use_alpha (const bNode &node)
static bool blender::nodes::node_composite_mixrgb_cc::get_should_clamp (const bNode &node)
static const char * blender::nodes::node_composite_mixrgb_cc::get_shader_function_name (const bNode &node)
static int blender::nodes::node_composite_mixrgb_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
static void blender::nodes::node_composite_mixrgb_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)
static void register_node_type_cmp_mix_rgb ()

Function Documentation

◆ register_node_type_cmp_mix_rgb()