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

Classes

class  VoronoiDistToEdgeFunction
 
class  VoronoiMetricFunction
 
class  VoronoiNSphereFunction
 

Functions

static void sh_node_tex_voronoi_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_voronoi (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_shader_init_tex_voronoi (bNodeTree *, bNode *node)
 
static const char * gpu_shader_get_name (const int feature, const int dimensions)
 
static int node_shader_gpu_tex_voronoi (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void node_shader_update_tex_voronoi (bNodeTree *ntree, bNode *node)
 
static void sh_node_voronoi_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Variables

static mf::MultiFunction::ExecutionHints voronoi_execution_hints {50, false}
 

Function Documentation

◆ gpu_shader_get_name()

static const char * blender::nodes::node_shader_tex_voronoi_cc::gpu_shader_get_name ( const int feature,
const int dimensions )
static

◆ node_shader_buts_tex_voronoi()

static void blender::nodes::node_shader_tex_voronoi_cc::node_shader_buts_tex_voronoi ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

◆ node_shader_gpu_tex_voronoi()

static int blender::nodes::node_shader_tex_voronoi_cc::node_shader_gpu_tex_voronoi ( GPUMaterial * mat,
bNode * node,
bNodeExecData * ,
GPUNodeStack * in,
GPUNodeStack * out )
static

◆ node_shader_init_tex_voronoi()

static void blender::nodes::node_shader_tex_voronoi_cc::node_shader_init_tex_voronoi ( bNodeTree * ,
bNode * node )
static

◆ node_shader_update_tex_voronoi()

◆ sh_node_tex_voronoi_declare()

◆ sh_node_voronoi_build_multi_function()

Variable Documentation

◆ voronoi_execution_hints