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

Classes

class  BrickFunction
 

Functions

static void sh_node_tex_brick_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_brick (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_shader_init_tex_brick (bNodeTree *UNUSED(ntree), bNode *node)
 
static int node_shader_gpu_tex_brick (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
static void sh_node_brick_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ node_shader_buts_tex_brick()

static void blender::nodes::node_shader_tex_brick_cc::node_shader_buts_tex_brick ( uiLayout *  layout,
bContext *  UNUSEDC,
PointerRNA *  ptr 
)
static

◆ node_shader_gpu_tex_brick()

static int blender::nodes::node_shader_tex_brick_cc::node_shader_gpu_tex_brick ( GPUMaterial *  mat,
bNode *  node,
bNodeExecData *  UNUSEDexecdata,
GPUNodeStack *  in,
GPUNodeStack *  out 
)
static

◆ node_shader_init_tex_brick()

static void blender::nodes::node_shader_tex_brick_cc::node_shader_init_tex_brick ( bNodeTree *  UNUSEDntree,
bNode *  node 
)
static

◆ sh_node_brick_build_multi_function()

static void blender::nodes::node_shader_tex_brick_cc::sh_node_brick_build_multi_function ( NodeMultiFunctionBuilder &  builder)
static

◆ sh_node_tex_brick_declare()

static void blender::nodes::node_shader_tex_brick_cc::sh_node_tex_brick_declare ( NodeDeclarationBuilder &  b)
static

Definition at line 13 of file node_shader_tex_brick.cc.

References usdtokens::b(), min, and N_.

Referenced by register_node_type_sh_tex_brick().