|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_bsdf_hair (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_bsdf_hair (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_bsdf_hair_in [] |
| static bNodeSocketTemplate | sh_node_bsdf_hair_out [] |
|
static |
Definition at line 38 of file node_shader_bsdf_hair.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_bsdf_hair().
| void register_node_type_sh_bsdf_hair | ( | void | ) |
Definition at line 48 of file node_shader_bsdf_hair.c.
References NODE_CLASS_SHADER, node_shader_gpu_bsdf_hair(), node_type_gpu(), node_type_init(), node_type_size(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_BSDF_HAIR, sh_node_bsdf_hair_in, sh_node_bsdf_hair_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_bsdf_hair.c.
Referenced by register_node_type_sh_bsdf_hair().
|
static |
Definition at line 33 of file node_shader_bsdf_hair.c.
Referenced by register_node_type_sh_bsdf_hair().