|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_add_shader (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_add_shader (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_add_shader_in [] |
| static bNodeSocketTemplate | sh_node_add_shader_out [] |
|
static |
Definition at line 35 of file node_shader_add_shader.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_add_shader().
| void register_node_type_sh_add_shader | ( | void | ) |
Definition at line 45 of file node_shader_add_shader.c.
References NODE_CLASS_SHADER, node_shader_gpu_add_shader(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_ADD_SHADER, sh_node_add_shader_in, sh_node_add_shader_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_add_shader.c.
Referenced by register_node_type_sh_add_shader().
|
static |
Definition at line 30 of file node_shader_add_shader.c.
Referenced by register_node_type_sh_add_shader().