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

Classes

class  GaborNoiseFunction
 

Functions

static void sh_node_tex_gabor_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_gabor (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_shader_init_tex_gabor (bNodeTree *, bNode *node)
 
static void node_shader_update_tex_gabor (bNodeTree *ntree, bNode *node)
 
static int node_shader_gpu_tex_gabor (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ build_multi_function()

static void blender::nodes::node_shader_tex_gabor_cc::build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_shader_buts_tex_gabor()

static void blender::nodes::node_shader_tex_gabor_cc::node_shader_buts_tex_gabor ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 63 of file node_shader_tex_gabor.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

◆ node_shader_gpu_tex_gabor()

static int blender::nodes::node_shader_tex_gabor_cc::node_shader_gpu_tex_gabor ( GPUMaterial * material,
bNode * node,
bNodeExecData * ,
GPUNodeStack * in,
GPUNodeStack * out )
static

◆ node_shader_init_tex_gabor()

static void blender::nodes::node_shader_tex_gabor_cc::node_shader_init_tex_gabor ( bNodeTree * ,
bNode * node )
static

◆ node_shader_update_tex_gabor()

static void blender::nodes::node_shader_tex_gabor_cc::node_shader_update_tex_gabor ( bNodeTree * ntree,
bNode * node )
static

◆ sh_node_tex_gabor_declare()