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