|
Blender V4.3
|
#include "node_shader_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_hueSatVal_cc |
Functions | |
| static void | blender::nodes::node_shader_hueSatVal_cc::node_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_shader_hueSatVal_cc::gpu_shader_hue_sat (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_hue_sat () |
| void register_node_type_sh_hue_sat | ( | ) |
Definition at line 78 of file node_shader_hueSatVal.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::materialx_fn, blender::bke::Middle, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), blender::bke::node_type_size_preset(), SH_NODE_HUE_SAT, and sh_node_type_base().
Referenced by register_shader_nodes().