|
Blender V5.0
|
#include "node_shader_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_background_cc |
Functions | |
| static void | blender::nodes::node_shader_background_cc::node_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_shader_background_cc::node_shader_gpu_background (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_background () |
| void register_node_type_sh_background | ( | ) |
Definition at line 36 of file node_shader_background.cc.
References blender::bke::bNodeType::add_ui_poll, blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::nclass, NODE_CLASS_SHADER, blender::bke::node_register_type(), SH_NODE_BACKGROUND, sh_node_type_base(), blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and world_shader_nodes_poll().
Referenced by register_shader_nodes().