Blender  V3.3
Functions
blender::nodes::node_shader_tex_coord_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_tex_coord (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static int node_shader_gpu_tex_coord (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_shader_tex_coord_cc::node_declare ( NodeDeclarationBuilder b)
static

Definition at line 13 of file node_shader_tex_coord.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_sh_tex_coord().

◆ node_shader_buts_tex_coord()

static void blender::nodes::node_shader_tex_coord_cc::node_shader_buts_tex_coord ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 24 of file node_shader_tex_coord.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

Referenced by register_node_type_sh_tex_coord().

◆ node_shader_gpu_tex_coord()

static int blender::nodes::node_shader_tex_coord_cc::node_shader_gpu_tex_coord ( GPUMaterial mat,
bNode node,
bNodeExecData UNUSEDexecdata,
GPUNodeStack in,
GPUNodeStack out 
)
static