Blender
V3.3
|
Go to the source code of this file.
Classes | |
class | blender::nodes::node_shader_tex_gradient_cc::GradientFunction |
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_shader_tex_gradient_cc | |
Functions | |
static void | blender::nodes::node_shader_tex_gradient_cc::sh_node_tex_gradient_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_shader_tex_gradient_cc::node_shader_buts_tex_gradient (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_shader_tex_gradient_cc::node_shader_init_tex_gradient (bNodeTree *UNUSED(ntree), bNode *node) |
static int | blender::nodes::node_shader_tex_gradient_cc::node_shader_gpu_tex_gradient (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
static void | blender::nodes::node_shader_tex_gradient_cc::sh_node_gradient_tex_build_multi_function (NodeMultiFunctionBuilder &builder) |
void | register_node_type_sh_tex_gradient () |
Definition at line 149 of file node_shader_tex_gradient.cc.
References bNodeType::build_multi_function, bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), blender::nodes::node_shader_tex_gradient_cc::node_shader_buts_tex_gradient(), blender::nodes::node_shader_tex_gradient_cc::node_shader_gpu_tex_gradient(), blender::nodes::node_shader_tex_gradient_cc::node_shader_init_tex_gradient(), node_type_gpu(), node_type_init(), node_type_storage(), nodeRegisterType(), sh_fn_node_type_base(), blender::nodes::node_shader_tex_gradient_cc::sh_node_gradient_tex_build_multi_function(), SH_NODE_TEX_GRADIENT, and blender::nodes::node_shader_tex_gradient_cc::sh_node_tex_gradient_declare().
Referenced by registerShaderNodes().