Blender V4.3
blender::nodes::node_shader_tex_gradient_cc Namespace Reference

Classes

class  GradientFunction
 

Functions

static void sh_node_tex_gradient_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_gradient (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_shader_init_tex_gradient (bNodeTree *, bNode *node)
 
static int node_shader_gpu_tex_gradient (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void sh_node_gradient_tex_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ node_shader_buts_tex_gradient()

static void blender::nodes::node_shader_tex_gradient_cc::node_shader_buts_tex_gradient ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 29 of file node_shader_tex_gradient.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

◆ node_shader_gpu_tex_gradient()

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

◆ node_shader_init_tex_gradient()

static void blender::nodes::node_shader_tex_gradient_cc::node_shader_init_tex_gradient ( bNodeTree * ,
bNode * node )
static

◆ sh_node_gradient_tex_build_multi_function()

static void blender::nodes::node_shader_tex_gradient_cc::sh_node_gradient_tex_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ sh_node_tex_gradient_declare()

static void blender::nodes::node_shader_tex_gradient_cc::sh_node_tex_gradient_declare ( NodeDeclarationBuilder & b)
static