Blender V5.0
node_shader_output_aov.cc File Reference
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BLI_hash.h"
#include "UI_interface_layout.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_shader_output_aov_cc

Functions

static void blender::nodes::node_shader_output_aov_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_shader_output_aov_cc::node_shader_buts_output_aov (uiLayout *layout, bContext *, PointerRNA *ptr)
static void blender::nodes::node_shader_output_aov_cc::node_shader_init_output_aov (bNodeTree *, bNode *node)
static int blender::nodes::node_shader_output_aov_cc::node_shader_gpu_output_aov (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
void register_node_type_sh_output_aov ()

Function Documentation

◆ register_node_type_sh_output_aov()