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

Classes

class  MF_SeparateXYZ
 

Functions

static void sh_node_sepxyz_declare (NodeDeclarationBuilder &b)
 
static int gpu_shader_sepxyz (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static void sh_node_sepxyz_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void sh_node_combxyz_declare (NodeDeclarationBuilder &b)
 
static int gpu_shader_combxyz (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static void sh_node_combxyz_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ gpu_shader_combxyz()

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

Definition at line 117 of file node_shader_sepcomb_xyz.cc.

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

Referenced by register_node_type_sh_combxyz().

◆ gpu_shader_sepxyz()

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

Definition at line 21 of file node_shader_sepcomb_xyz.cc.

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

Referenced by register_node_type_sh_sepxyz().

◆ sh_node_combxyz_build_multi_function()

static void blender::nodes::node_shader_sepcomb_xyz_cc::sh_node_combxyz_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_combxyz_declare()

static void blender::nodes::node_shader_sepcomb_xyz_cc::sh_node_combxyz_declare ( NodeDeclarationBuilder b)
static

Definition at line 108 of file node_shader_sepcomb_xyz.cc.

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

Referenced by register_node_type_sh_combxyz().

◆ sh_node_sepxyz_build_multi_function()

static void blender::nodes::node_shader_sepcomb_xyz_cc::sh_node_sepxyz_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_sepxyz_declare()

static void blender::nodes::node_shader_sepcomb_xyz_cc::sh_node_sepxyz_declare ( NodeDeclarationBuilder b)
static

Definition at line 12 of file node_shader_sepcomb_xyz.cc.

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

Referenced by register_node_type_sh_sepxyz().