Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_shader_attribute_cc | |
Functions | |
static void | blender::nodes::node_shader_attribute_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_shader_attribute_cc::node_shader_buts_attribute (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_shader_attribute_cc::node_shader_init_attribute (bNodeTree *UNUSED(ntree), bNode *node) |
static int | blender::nodes::node_shader_attribute_cc::node_shader_gpu_attribute (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
void | register_node_type_sh_attribute () |
Definition at line 69 of file node_shader_attribute.cc.
References bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_INPUT, node_copy_standard_storage(), blender::nodes::node_shader_attribute_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_shader_attribute_cc::node_shader_buts_attribute(), blender::nodes::node_shader_attribute_cc::node_shader_gpu_attribute(), blender::nodes::node_shader_attribute_cc::node_shader_init_attribute(), node_type_gpu(), node_type_init(), node_type_storage(), nodeRegisterType(), SH_NODE_ATTRIBUTE, and sh_node_type_base().
Referenced by registerShaderNodes().