Blender V4.3
node_shader_ambient_occlusion.cc File Reference
#include "node_shader_util.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_shader_ambient_occlusion_cc
 

Functions

static void blender::nodes::node_shader_ambient_occlusion_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_shader_ambient_occlusion_cc::node_shader_buts_ambient_occlusion (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static int blender::nodes::node_shader_ambient_occlusion_cc::node_shader_gpu_ambient_occlusion (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void blender::nodes::node_shader_ambient_occlusion_cc::node_shader_init_ambient_occlusion (bNodeTree *, bNode *node)
 
void register_node_type_sh_ambient_occlusion ()
 

Function Documentation

◆ register_node_type_sh_ambient_occlusion()