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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_normal_map (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void node_shader_init_normal_map (bNodeTree *, bNode *node)
 
static int gpu_shader_normal_map (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 

Function Documentation

◆ gpu_shader_normal_map()

◆ node_declare()

static void blender::nodes::node_shader_normal_map_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 20 of file node_shader_normal_map.cc.

References b, and blender::nodes::SocketDeclaration::description.

◆ node_shader_buts_normal_map()

static void blender::nodes::node_shader_normal_map_cc::node_shader_buts_normal_map ( uiLayout * layout,
bContext * C,
PointerRNA * ptr )
static

◆ node_shader_init_normal_map()

static void blender::nodes::node_shader_normal_map_cc::node_shader_init_normal_map ( bNodeTree * ,
bNode * node )
static

Definition at line 56 of file node_shader_normal_map.cc.