|
Blender V5.0
|
Functions | |
| static void | sh_node_combcolor_declare (NodeDeclarationBuilder &b) |
| static void | node_combcolor_update (bNodeTree *, bNode *node) |
| static const char * | gpu_shader_get_name (int mode) |
| static int | gpu_shader_combcolor (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
|
static |
Definition at line 154 of file node_shader_sepcomb_color.cc.
References gpu_shader_get_name(), GPU_stack_link(), in, NodeCombSepColor::mode, name, and out.
|
static |
Definition at line 140 of file node_shader_sepcomb_color.cc.
References NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, and NODE_COMBSEP_COLOR_RGB.
Referenced by gpu_shader_combcolor().
|
static |
Definition at line 134 of file node_shader_sepcomb_color.cc.
References bNode::inputs, NodeCombSepColor::mode, and node_combsep_color_label().
|
static |
Definition at line 126 of file node_shader_sepcomb_color.cc.
References b, blender::nodes::decl::Float::default_value, max, min, PROP_FACTOR, and sh_node_combcolor_declare().
Referenced by sh_node_combcolor_declare().