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

Classes

class  NoiseFunction
 

Functions

static void sh_node_tex_noise_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_noise (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_shader_init_tex_noise (bNodeTree *, bNode *node)
 
static const char * gpu_shader_get_name (const int dimensions, const int type)
 
static int node_shader_gpu_tex_noise (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void node_shader_update_tex_noise (bNodeTree *ntree, bNode *node)
 
static void sh_node_noise_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ gpu_shader_get_name()

static const char * blender::nodes::node_shader_tex_noise_cc::gpu_shader_get_name ( const int dimensions,
const int type )
static

◆ node_shader_buts_tex_noise()

static void blender::nodes::node_shader_tex_noise_cc::node_shader_buts_tex_noise ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

◆ node_shader_gpu_tex_noise()

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

◆ node_shader_init_tex_noise()

static void blender::nodes::node_shader_tex_noise_cc::node_shader_init_tex_noise ( bNodeTree * ,
bNode * node )
static

◆ node_shader_update_tex_noise()

static void blender::nodes::node_shader_tex_noise_cc::node_shader_update_tex_noise ( bNodeTree * ntree,
bNode * node )
static

◆ sh_node_noise_build_multi_function()

static void blender::nodes::node_shader_tex_noise_cc::sh_node_noise_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ sh_node_tex_noise_declare()