Blender V4.5
blender::nodes::node_composite_mixrgb_cc Namespace Reference

Functions

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

Function Documentation

◆ cmp_node_mixrgb_declare()

void blender::nodes::node_composite_mixrgb_cc::cmp_node_mixrgb_declare ( NodeDeclarationBuilder & b)
static

◆ get_mode()

int blender::nodes::node_composite_mixrgb_cc::get_mode ( const bNode & node)
static

◆ get_shader_function_name()

◆ get_should_clamp()

bool blender::nodes::node_composite_mixrgb_cc::get_should_clamp ( const bNode & node)
static

◆ get_use_alpha()

bool blender::nodes::node_composite_mixrgb_cc::get_use_alpha ( const bNode & node)
static

◆ node_build_multi_function()

◆ node_gpu_material()