Blender V4.3
node_shader_mix_rgb.cc File Reference
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BKE_material.h"
#include "BLI_math_vector.h"
#include "DNA_material_types.h"
#include "NOD_multi_function.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_shader_mix_rgb_cc::MixRGBFunction
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_shader_mix_rgb_cc
 

Functions

static void blender::nodes::node_shader_mix_rgb_cc::sh_node_mix_rgb_declare (NodeDeclarationBuilder &b)
 
static const char * blender::nodes::node_shader_mix_rgb_cc::gpu_shader_get_name (int mode)
 
static int blender::nodes::node_shader_mix_rgb_cc::gpu_shader_mix_rgb (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void blender::nodes::node_shader_mix_rgb_cc::sh_node_mix_rgb_build_multi_function (NodeMultiFunctionBuilder &builder)
 
void register_node_type_sh_mix_rgb ()
 

Function Documentation

◆ register_node_type_sh_mix_rgb()