Blender V4.3
node_shader_normal_map.cc File Reference
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BKE_context.hh"
#include "BKE_node_runtime.hh"
#include "DEG_depsgraph_query.hh"
#include "RNA_access.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_shader_normal_map_cc
 

Functions

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

Function Documentation

◆ register_node_type_sh_normal_map()