|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_light_path (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_light_path (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_light_path_out [] |
|
static |
Definition at line 41 of file node_shader_light_path.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_light_path().
| void register_node_type_sh_light_path | ( | void | ) |
Definition at line 51 of file node_shader_light_path.c.
References NODE_CLASS_INPUT, node_shader_gpu_light_path(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_LIGHT_PATH, sh_node_light_path_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_light_path.c.
Referenced by register_node_type_sh_light_path().