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

Classes

class  SocketSearchOp
 

Functions

static void sh_node_vector_math_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_vect_math (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void sh_node_vector_math_gather_link_searches (GatherLinkSearchOpParams &params)
 
static const char * gpu_shader_get_name (int mode)
 
static int gpu_shader_vector_math (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static void node_shader_update_vector_math (bNodeTree *ntree, bNode *node)
 
static const fn::MultiFunctionget_multi_function (bNode &node)
 
static void sh_node_vector_math_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ get_multi_function()

static const fn::MultiFunction* blender::nodes::node_shader_vector_math_cc::get_multi_function ( bNode node)
static

◆ gpu_shader_get_name()

static const char* blender::nodes::node_shader_vector_math_cc::gpu_shader_get_name ( int  mode)
static

◆ gpu_shader_vector_math()

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

◆ node_shader_buts_vect_math()

static void blender::nodes::node_shader_vector_math_cc::node_shader_buts_vect_math ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 31 of file node_shader_vector_math.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

Referenced by register_node_type_sh_vect_math().

◆ node_shader_update_vector_math()

static void blender::nodes::node_shader_vector_math_cc::node_shader_update_vector_math ( bNodeTree ntree,
bNode node 
)
static

◆ sh_node_vector_math_build_multi_function()

static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_vector_math_declare()

static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_declare ( NodeDeclarationBuilder b)
static

Definition at line 20 of file node_shader_vector_math.cc.

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

Referenced by register_node_type_sh_vect_math().

◆ sh_node_vector_math_gather_link_searches()

static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_gather_link_searches ( GatherLinkSearchOpParams params)
static