|
Blender V5.0
|
#include "node_shader_util.hh"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_gamma_cc |
Functions | |
| static void | blender::nodes::node_shader_gamma_cc::node_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_shader_gamma_cc::node_shader_gpu_gamma (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | blender::nodes::node_shader_gamma_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| void | register_node_type_sh_gamma () |
| void register_node_type_sh_gamma | ( | ) |
Definition at line 73 of file node_shader_gamma.cc.
References blender::bke::bNodeType::build_multi_function, common_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::materialx_fn, blender::bke::bNodeType::nclass, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), SH_NODE_GAMMA, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by register_shader_nodes().