Blender V5.0
node_shader_vector_math.cc File Reference

Go to the source code of this file.

Classes

class  blender::nodes::node_shader_vector_math_cc::SocketSearchOp

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_shader_vector_math_cc

Functions

static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_shader_vector_math_cc::node_shader_buts_vect_math (uiLayout *layout, bContext *, PointerRNA *ptr)
static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_gather_link_searches (GatherLinkSearchOpParams &params)
static const char * blender::nodes::node_shader_vector_math_cc::gpu_shader_get_name (int mode)
static int blender::nodes::node_shader_vector_math_cc::gpu_shader_vector_math (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
static void blender::nodes::node_shader_vector_math_cc::node_shader_update_vector_math (bNodeTree *ntree, bNode *node)
static const mf::MultiFunction * blender::nodes::node_shader_vector_math_cc::get_multi_function (const bNode &node)
static void blender::nodes::node_shader_vector_math_cc::sh_node_vector_math_build_multi_function (NodeMultiFunctionBuilder &builder)
static void blender::nodes::node_shader_vector_math_cc::node_eval_elem (value_elem::ElemEvalParams &params)
static void blender::nodes::node_shader_vector_math_cc::node_eval_inverse_elem (value_elem::InverseElemEvalParams &params)
static void blender::nodes::node_shader_vector_math_cc::node_eval_inverse (inverse_eval::InverseEvalParams &params)
void register_node_type_sh_vect_math ()

Function Documentation

◆ register_node_type_sh_vect_math()