Blender  V3.3
Classes | Functions
blender::nodes::node_shader_sepcomb_rgb_cc Namespace Reference

Classes

class  SeparateRGBFunction
 

Functions

static void sh_node_seprgb_declare (NodeDeclarationBuilder &b)
 
static int gpu_shader_seprgb (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), 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 *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static void sh_node_combrgb_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ gpu_shader_combrgb()

static int blender::nodes::node_shader_sepcomb_rgb_cc::gpu_shader_combrgb ( GPUMaterial mat,
bNode node,
bNodeExecData UNUSEDexecdata,
GPUNodeStack in,
GPUNodeStack out 
)
static

Definition at line 99 of file node_shader_sepcomb_rgb.cc.

References GPU_stack_link(), node, and usdtokens::out().

Referenced by register_node_type_sh_combrgb().

◆ gpu_shader_seprgb()

static int blender::nodes::node_shader_sepcomb_rgb_cc::gpu_shader_seprgb ( GPUMaterial mat,
bNode node,
bNodeExecData UNUSEDexecdata,
GPUNodeStack in,
GPUNodeStack out 
)
static

Definition at line 21 of file node_shader_sepcomb_rgb.cc.

References GPU_stack_link(), node, and usdtokens::out().

Referenced by register_node_type_sh_seprgb().

◆ sh_node_combrgb_build_multi_function()

static void blender::nodes::node_shader_sepcomb_rgb_cc::sh_node_combrgb_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_combrgb_declare()

static void blender::nodes::node_shader_sepcomb_rgb_cc::sh_node_combrgb_declare ( NodeDeclarationBuilder b)
static

Definition at line 90 of file node_shader_sepcomb_rgb.cc.

References usdtokens::b(), min, and N_.

Referenced by register_node_type_sh_combrgb().

◆ sh_node_seprgb_build_multi_function()

static void blender::nodes::node_shader_sepcomb_rgb_cc::sh_node_seprgb_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_seprgb_declare()

static void blender::nodes::node_shader_sepcomb_rgb_cc::sh_node_seprgb_declare ( NodeDeclarationBuilder b)
static

Definition at line 12 of file node_shader_sepcomb_rgb.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_sh_seprgb().