|
Blender V4.5
|
Classes | |
| class | SeparateRGBFunction |
Functions | |
| static void | sh_node_seprgb_declare (NodeDeclarationBuilder &b) |
| static int | gpu_shader_seprgb (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | sh_node_seprgb_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | sh_node_combrgb_declare (NodeDeclarationBuilder &b) |
| static int | gpu_shader_combrgb (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | sh_node_combrgb_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 106 of file node_shader_sepcomb_rgb.cc.
References gpu_shader_combrgb(), GPU_stack_link(), in, and out.
Referenced by gpu_shader_combrgb().
|
static |
Definition at line 26 of file node_shader_sepcomb_rgb.cc.
References gpu_shader_seprgb(), GPU_stack_link(), in, and out.
Referenced by gpu_shader_seprgb().
|
static |
Definition at line 115 of file node_shader_sepcomb_rgb.cc.
References b, blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), and sh_node_combrgb_build_multi_function().
Referenced by sh_node_combrgb_build_multi_function().
|
static |
Definition at line 97 of file node_shader_sepcomb_rgb.cc.
References b, BLT_I18NCONTEXT_COLOR, min, and sh_node_combrgb_declare().
Referenced by sh_node_combrgb_declare().
|
static |
Definition at line 68 of file node_shader_sepcomb_rgb.cc.
References blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), and sh_node_seprgb_build_multi_function().
Referenced by sh_node_seprgb_build_multi_function().
|
static |
Definition at line 17 of file node_shader_sepcomb_rgb.cc.
References b, BLT_I18NCONTEXT_COLOR, and sh_node_seprgb_declare().
Referenced by sh_node_seprgb_declare().