|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_bsdf_translucent (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_bsdf_translucent (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_bsdf_translucent_in [] |
| static bNodeSocketTemplate | sh_node_bsdf_translucent_out [] |
|
static |
Definition at line 35 of file node_shader_bsdf_translucent.c.
References GPU_link(), GPU_material_flag_set(), GPU_MATFLAG_DIFFUSE, GPU_stack_link(), and node.
Referenced by register_node_type_sh_bsdf_translucent().
| void register_node_type_sh_bsdf_translucent | ( | void | ) |
Definition at line 51 of file node_shader_bsdf_translucent.c.
References NODE_CLASS_SHADER, node_shader_gpu_bsdf_translucent(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_BSDF_TRANSLUCENT, sh_node_bsdf_translucent_in, sh_node_bsdf_translucent_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_bsdf_translucent.c.
Referenced by register_node_type_sh_bsdf_translucent().
|
static |
Definition at line 30 of file node_shader_bsdf_translucent.c.
Referenced by register_node_type_sh_bsdf_translucent().