Blender
V3.3
|
Functions | |
static void | sh_node_combcolor_declare (NodeDeclarationBuilder &b) |
static void | node_combcolor_update (bNodeTree *UNUSED(ntree), bNode *node) |
static const char * | gpu_shader_get_name (int mode) |
static int | gpu_shader_combcolor (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
|
static |
Definition at line 130 of file node_shader_sepcomb_color.cc.
References gpu_shader_get_name(), GPU_stack_link(), NodeCombSepColor::mode, node, and usdtokens::out().
Referenced by register_node_type_sh_combcolor().
|
static |
Definition at line 116 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 110 of file node_shader_sepcomb_color.cc.
References NodeCombSepColor::mode, node, and node_combsep_color_label().
Referenced by register_node_type_sh_combcolor().
|
static |
Definition at line 94 of file node_shader_sepcomb_color.cc.
References usdtokens::b(), N_, and PROP_FACTOR.
Referenced by register_node_type_sh_combcolor().