|
Blender V4.5
|
#include "BLI_assert.h"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "DNA_material_types.h"#include "BKE_material.hh"#include "GPU_material.hh"#include "COM_utilities_gpu_material.hh"#include "NOD_multi_function.hh"#include "NOD_socket_search_link.hh"#include "RNA_enum_types.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_mixrgb_cc |
Functions | |
| static void | blender::nodes::node_composite_mixrgb_cc::cmp_node_mixrgb_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_composite_mixrgb_cc::get_mode (const bNode &node) |
| static bool | blender::nodes::node_composite_mixrgb_cc::get_use_alpha (const bNode &node) |
| static bool | blender::nodes::node_composite_mixrgb_cc::get_should_clamp (const bNode &node) |
| static const char * | blender::nodes::node_composite_mixrgb_cc::get_shader_function_name (const bNode &node) |
| static int | blender::nodes::node_composite_mixrgb_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | blender::nodes::node_composite_mixrgb_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | register_node_type_cmp_mix_rgb () |
|
static |
Definition at line 208 of file node_composite_mixrgb.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_MIX_RGB, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::flag, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, node_blend_label(), NODE_CLASS_OP_COLOR, NODE_PREVIEW, blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.