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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_shader_buts_metallic (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_shader_init_metallic (bNodeTree *, bNode *node)
 
static int node_shader_gpu_bsdf_metallic (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void node_shader_update_metallic (bNodeTree *ntree, bNode *node)
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_shader_bsdf_metallic_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_shader_buts_metallic()

static void blender::nodes::node_shader_bsdf_metallic_cc::node_shader_buts_metallic ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 60 of file node_shader_bsdf_metallic.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

◆ node_shader_gpu_bsdf_metallic()

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

◆ node_shader_init_metallic()

static void blender::nodes::node_shader_bsdf_metallic_cc::node_shader_init_metallic ( bNodeTree * ,
bNode * node )
static

Definition at line 66 of file node_shader_bsdf_metallic.cc.

References SHD_CONDUCTOR_F82, and SHD_GLOSSY_MULTI_GGX.

◆ node_shader_update_metallic()

static void blender::nodes::node_shader_bsdf_metallic_cc::node_shader_update_metallic ( bNodeTree * ntree,
bNode * node )
static