Blender V4.3
node_shader_tex_gabor.cc File Reference
#include "BLI_math_numbers.hh"
#include "BLI_noise.hh"
#include "BKE_texture.h"
#include "node_shader_util.hh"
#include "node_util.hh"
#include "NOD_multi_function.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_shader_tex_gabor_cc::GaborNoiseFunction
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_shader_tex_gabor_cc
 

Functions

static void blender::nodes::node_shader_tex_gabor_cc::sh_node_tex_gabor_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_shader_tex_gabor_cc::node_shader_buts_tex_gabor (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_shader_tex_gabor_cc::node_shader_init_tex_gabor (bNodeTree *, bNode *node)
 
static void blender::nodes::node_shader_tex_gabor_cc::node_shader_update_tex_gabor (bNodeTree *ntree, bNode *node)
 
static int blender::nodes::node_shader_tex_gabor_cc::node_shader_gpu_tex_gabor (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static void blender::nodes::node_shader_tex_gabor_cc::build_multi_function (NodeMultiFunctionBuilder &builder)
 
void register_node_type_sh_tex_gabor ()
 

Function Documentation

◆ register_node_type_sh_tex_gabor()