Blender V4.3
node_shader_vertex_color.cc File Reference
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BKE_context.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_vertex_color_cc
 

Functions

static void blender::nodes::node_shader_vertex_color_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_shader_vertex_color_cc::node_shader_buts_vertex_color (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_shader_vertex_color_cc::node_shader_init_vertex_color (bNodeTree *, bNode *node)
 
static int blender::nodes::node_shader_vertex_color_cc::node_shader_gpu_vertex_color (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
void register_node_type_sh_vertex_color ()
 

Function Documentation

◆ register_node_type_sh_vertex_color()