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

Classes

class  SocketSearchOp
 
class  ClampWrapperFunction
 

Functions

static void sh_node_math_declare (NodeDeclarationBuilder &b)
 
static void sh_node_math_gather_link_searches (GatherLinkSearchOpParams &params)
 
static const char * gpu_shader_get_name (int mode)
 
static int gpu_shader_math (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static const fn::MultiFunctionget_base_multi_function (bNode &node)
 
static void sh_node_math_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ get_base_multi_function()

static const fn::MultiFunction* blender::nodes::node_shader_math_cc::get_base_multi_function ( bNode node)
static

◆ gpu_shader_get_name()

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

◆ gpu_shader_math()

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

◆ sh_node_math_build_multi_function()

static void blender::nodes::node_shader_math_cc::sh_node_math_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ sh_node_math_declare()

static void blender::nodes::node_shader_math_cc::sh_node_math_declare ( NodeDeclarationBuilder b)
static

Definition at line 19 of file node_shader_math.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_sh_math().

◆ sh_node_math_gather_link_searches()

static void blender::nodes::node_shader_math_cc::sh_node_math_gather_link_searches ( GatherLinkSearchOpParams params)
static