|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_volume_scatter (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_volume_scatter (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_volume_scatter_in [] |
| static bNodeSocketTemplate | sh_node_volume_scatter_out [] |
|
static |
Definition at line 36 of file node_shader_volume_scatter.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_volume_scatter().
| void register_node_type_sh_volume_scatter | ( | void | ) |
Definition at line 46 of file node_shader_volume_scatter.c.
References NODE_CLASS_SHADER, node_shader_gpu_volume_scatter(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, sh_node_type_base(), SH_NODE_VOLUME_SCATTER, sh_node_volume_scatter_in, and sh_node_volume_scatter_out.
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_volume_scatter.c.
Referenced by register_node_type_sh_volume_scatter().
|
static |
Definition at line 31 of file node_shader_volume_scatter.c.
Referenced by register_node_type_sh_volume_scatter().