|
Blender V4.5
|
#include "NOD_math_functions.hh"#include "NOD_socket_search_link.hh"#include "RNA_enum_types.hh"#include "GPU_material.hh"#include "COM_utilities_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_math_cc |
Functions | |
| static void | blender::nodes::node_composite_math_cc::cmp_node_math_declare (NodeDeclarationBuilder &b) |
| static NodeMathOperation | blender::nodes::node_composite_math_cc::get_operation (const bNode &node) |
| static const char * | blender::nodes::node_composite_math_cc::get_shader_function_name (const bNode &node) |
| static bool | blender::nodes::node_composite_math_cc::get_should_clamp (const bNode &node) |
| static int | blender::nodes::node_composite_math_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | register_node_type_cmp_math () |
|
static |
Definition at line 86 of file node_composite_math.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_MATH, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, blender::nodes::node_math_build_multi_function(), node_math_label(), node_math_update(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.