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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void attribute_post_process (GPUMaterial *mat, const char *attribute_name, GPUNodeLink **attribute_link)
 
static int node_shader_gpu_volume_principled (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 

Function Documentation

◆ attribute_post_process()

static void blender::nodes::node_shader_volume_principled_cc::attribute_post_process ( GPUMaterial * mat,
const char * attribute_name,
GPUNodeLink ** attribute_link )
static

Definition at line 51 of file node_shader_volume_principled.cc.

References GPU_link(), and STREQ.

Referenced by node_shader_gpu_volume_principled().

◆ node_declare()

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

◆ node_shader_gpu_volume_principled()