|
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_output_material_cc |
Functions | |
| static void | blender::nodes::node_shader_output_material_cc::node_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_shader_output_material_cc::node_shader_gpu_output_material (GPUMaterial *mat, bNode *, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *) |
| void | register_node_type_sh_output_material () |
| void register_node_type_sh_output_material | ( | ) |
Definition at line 66 of file node_shader_output_material.cc.
References blender::bke::bNodeType::add_ui_poll, blender::bke::bNodeType::declare, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::materialx_fn, blender::bke::bNodeType::no_muting, NODE_CLASS_OUTPUT, blender::bke::node_register_type(), object_shader_nodes_poll(), SH_NODE_OUTPUT_MATERIAL, and sh_node_type_base().
Referenced by register_shader_nodes().