Blender  V3.3
Classes | Functions | Variables
blender::nodes::node_shader_tex_voronoi_cc Namespace Reference

Classes

class  VoronoiMinowskiFunction
 
class  VoronoiMetricFunction
 
class  VoronoiEdgeFunction
 

Functions

static void sh_node_tex_voronoi_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_voronoi (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_shader_init_tex_voronoi (bNodeTree *UNUSED(ntree), 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 *UNUSED(execdata), 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 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 *  UNUSEDC,
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 *  UNUSEDexecdata,
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 *  UNUSEDntree,
bNode *  node 
)
static

◆ node_shader_update_tex_voronoi()

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

◆ sh_node_tex_voronoi_declare()

static void blender::nodes::node_shader_tex_voronoi_cc::sh_node_tex_voronoi_declare ( NodeDeclarationBuilder &  b)
static

◆ sh_node_voronoi_build_multi_function()

static void blender::nodes::node_shader_tex_voronoi_cc::sh_node_voronoi_build_multi_function ( NodeMultiFunctionBuilder &  builder)
static

Variable Documentation

◆ voronoi_execution_hints

MultiFunction::ExecutionHints blender::nodes::node_shader_tex_voronoi_cc::voronoi_execution_hints {50, false}
static