Blender
V3.3
|
#include "node_shader_util.hh"
#include "BLI_noise.hh"
#include "UI_interface.h"
#include "UI_resources.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_shader_tex_voronoi_cc | |
Functions | |
static void | blender::nodes::node_shader_tex_voronoi_cc::sh_node_tex_voronoi_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_shader_tex_voronoi_cc::node_shader_buts_tex_voronoi (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_shader_tex_voronoi_cc::node_shader_init_tex_voronoi (bNodeTree *UNUSED(ntree), bNode *node) |
static const char * | blender::nodes::node_shader_tex_voronoi_cc::gpu_shader_get_name (const int feature, const int dimensions) |
static int | blender::nodes::node_shader_tex_voronoi_cc::node_shader_gpu_tex_voronoi (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
static void | blender::nodes::node_shader_tex_voronoi_cc::node_shader_update_tex_voronoi (bNodeTree *ntree, bNode *node) |
static void | blender::nodes::node_shader_tex_voronoi_cc::sh_node_voronoi_build_multi_function (NodeMultiFunctionBuilder &builder) |
void | register_node_type_sh_tex_voronoi () |
Variables | |
static MultiFunction::ExecutionHints | blender::nodes::node_shader_tex_voronoi_cc::voronoi_execution_hints {50, false} |
Definition at line 1339 of file node_shader_tex_voronoi.cc.
References bNodeType::build_multi_function, bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), blender::nodes::node_shader_tex_voronoi_cc::node_shader_buts_tex_voronoi(), blender::nodes::node_shader_tex_voronoi_cc::node_shader_gpu_tex_voronoi(), blender::nodes::node_shader_tex_voronoi_cc::node_shader_init_tex_voronoi(), blender::nodes::node_shader_tex_voronoi_cc::node_shader_update_tex_voronoi(), node_type_gpu(), node_type_init(), node_type_storage(), node_type_update(), nodeRegisterType(), sh_fn_node_type_base(), SH_NODE_TEX_VORONOI, blender::nodes::node_shader_tex_voronoi_cc::sh_node_tex_voronoi_declare(), and blender::nodes::node_shader_tex_voronoi_cc::sh_node_voronoi_build_multi_function().
Referenced by registerShaderNodes().