Blender V4.5
blender::nodes::node_shader_sepcomb_hsv_cc Namespace Reference

Functions

static void node_declare_sephsv (NodeDeclarationBuilder &b)
static int gpu_shader_sephsv (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
static void node_declare_combhsv (NodeDeclarationBuilder &b)
static int gpu_shader_combhsv (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)

Function Documentation

◆ gpu_shader_combhsv()

int blender::nodes::node_shader_sepcomb_hsv_cc::gpu_shader_combhsv ( GPUMaterial * mat,
bNode * node,
bNodeExecData * ,
GPUNodeStack * in,
GPUNodeStack * out )
static

Definition at line 64 of file node_shader_sepcomb_hsv.cc.

References gpu_shader_combhsv(), GPU_stack_link(), in, and out.

Referenced by gpu_shader_combhsv().

◆ gpu_shader_sephsv()

int blender::nodes::node_shader_sepcomb_hsv_cc::gpu_shader_sephsv ( GPUMaterial * mat,
bNode * node,
bNodeExecData * ,
GPUNodeStack * in,
GPUNodeStack * out )
static

Definition at line 23 of file node_shader_sepcomb_hsv.cc.

References gpu_shader_sephsv(), GPU_stack_link(), in, and out.

Referenced by gpu_shader_sephsv().

◆ node_declare_combhsv()

void blender::nodes::node_shader_sepcomb_hsv_cc::node_declare_combhsv ( NodeDeclarationBuilder & b)
static

◆ node_declare_sephsv()

void blender::nodes::node_shader_sepcomb_hsv_cc::node_declare_sephsv ( NodeDeclarationBuilder & b)
static

Definition at line 15 of file node_shader_sepcomb_hsv.cc.

References b, and node_declare_sephsv().

Referenced by node_declare_sephsv().