|
Blender V4.3
|
#include "node_shader_util.hh"#include "node_util.hh"#include "BKE_texture.h"#include "BLI_noise.hh"#include "NOD_multi_function.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_shader_tex_noise_cc::NoiseFunction |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_tex_noise_cc |
Functions | |
| static void | blender::nodes::node_shader_tex_noise_cc::sh_node_tex_noise_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_shader_tex_noise_cc::node_shader_buts_tex_noise (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_shader_tex_noise_cc::node_shader_init_tex_noise (bNodeTree *, bNode *node) |
| static const char * | blender::nodes::node_shader_tex_noise_cc::gpu_shader_get_name (const int dimensions, const int type) |
| static int | blender::nodes::node_shader_tex_noise_cc::node_shader_gpu_tex_noise (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | blender::nodes::node_shader_tex_noise_cc::node_shader_update_tex_noise (bNodeTree *ntree, bNode *node) |
| static void | blender::nodes::node_shader_tex_noise_cc::sh_node_noise_build_multi_function (NodeMultiFunctionBuilder &builder) |
| void | register_node_type_sh_tex_noise () |
| void register_node_type_sh_tex_noise | ( | ) |
Definition at line 458 of file node_shader_tex_noise.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::materialx_fn, NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), sh_fn_node_type_base(), SH_NODE_TEX_NOISE, and blender::bke::bNodeType::updatefunc.
Referenced by register_shader_nodes().