|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_layer_weight (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| static void | node_shader_exec_layer_weight (void *UNUSED(data), int UNUSED(thread), bNode *UNUSED(node), bNodeExecData *UNUSED(execdata), bNodeStack **UNUSED(in), bNodeStack **UNUSED(out)) |
| void | register_node_type_sh_layer_weight (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_layer_weight_in [] |
| static bNodeSocketTemplate | sh_node_layer_weight_out [] |
|
static |
Definition at line 53 of file node_shader_layer_weight.c.
Referenced by register_node_type_sh_layer_weight().
|
static |
Definition at line 36 of file node_shader_layer_weight.c.
References GPU_builtin(), GPU_link(), GPU_stack_link(), GPU_VIEW_MATRIX, GPU_VIEW_NORMAL, GPU_VIEW_POSITION, GPUNodeStack::link, and node.
Referenced by register_node_type_sh_layer_weight().
| void register_node_type_sh_layer_weight | ( | void | ) |
Definition at line 63 of file node_shader_layer_weight.c.
References NODE_CLASS_INPUT, node_shader_exec_layer_weight(), node_shader_gpu_layer_weight(), node_type_exec(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_LAYER_WEIGHT, sh_node_layer_weight_in, sh_node_layer_weight_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_layer_weight.c.
Referenced by register_node_type_sh_layer_weight().
|
static |
Definition at line 30 of file node_shader_layer_weight.c.
Referenced by register_node_type_sh_layer_weight().