|
Blender V5.0
|
Functions | |
| static void | sh_node_sepcolor_declare (NodeDeclarationBuilder &b) |
| static void | node_sepcolor_update (bNodeTree *, bNode *node) |
| static const char * | gpu_shader_get_name (int mode) |
| static int | gpu_shader_sepcolor (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
|
static |
Definition at line 39 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_sepcolor().
|
static |
Definition at line 53 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 33 of file node_shader_sepcomb_color.cc.
References NodeCombSepColor::mode, node_combsep_color_label(), and bNode::outputs.
|
static |
Definition at line 25 of file node_shader_sepcomb_color.cc.
References b, blender::nodes::decl::Color::default_value, and sh_node_sepcolor_declare().
Referenced by sh_node_sepcolor_declare().