Blender V5.0
node_shader_tex_image.cc File Reference
#include "node_shader_util.hh"
#include "node_util.hh"
#include "BKE_image.hh"
#include "BKE_node_runtime.hh"
#include "BKE_texture.h"
#include "IMB_colormanagement.hh"
#include "DEG_depsgraph_query.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_shader_tex_image_cc

Functions

static void blender::nodes::node_shader_tex_image_cc::sh_node_tex_image_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_shader_tex_image_cc::node_shader_init_tex_image (bNodeTree *, bNode *node)
static int blender::nodes::node_shader_tex_image_cc::node_shader_gpu_tex_image (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
void register_node_type_sh_tex_image ()

Function Documentation

◆ register_node_type_sh_tex_image()