|
Blender V4.3
|
#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"#include "node_shader_util.hh"#include "BLI_color.hh"#include "IMB_colormanagement.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_blackbody_cc |
Functions | |
| static void | blender::nodes::node_shader_blackbody_cc::node_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_shader_blackbody_cc::node_shader_gpu_blackbody (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | blender::nodes::node_shader_blackbody_cc::sh_node_blackbody_build_multi_function (nodes::NodeMultiFunctionBuilder &builder) |
| void | register_node_type_sh_blackbody () |
| void register_node_type_sh_blackbody | ( | ) |
Definition at line 67 of file node_shader_blackbody.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::materialx_fn, blender::bke::Middle, NODE_CLASS_CONVERTER, blender::bke::node_register_type(), blender::bke::node_type_size_preset(), sh_fn_node_type_base(), and SH_NODE_BLACKBODY.
Referenced by register_shader_nodes().