|
Blender V5.0
|
#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"#include "GPU_material.hh"#include "node_composite_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_setalpha_cc |
Functions | |
| static void | blender::nodes::node_composite_setalpha_cc::cmp_node_setalpha_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_setalpha_cc::node_composit_init_setalpha (bNodeTree *, bNode *node) |
| static int | blender::nodes::node_composite_setalpha_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | blender::nodes::node_composite_setalpha_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | register_node_type_cmp_setalpha () |
Variables | |
| static const EnumPropertyItem | blender::nodes::node_composite_setalpha_cc::type_items [] |
|
static |
Definition at line 88 of file node_composite_setalpha.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_SETALPHA, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.