|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static void | node_shader_init_tex_noise (bNodeTree *UNUSED(ntree), bNode *node) |
| static int | node_shader_gpu_tex_noise (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| static void | node_shader_update_tex_noise (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_sh_tex_noise (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_tex_noise_in [] |
| static bNodeSocketTemplate | sh_node_tex_noise_out [] |
|
static |
Definition at line 59 of file node_shader_tex_noise.c.
References names, node, node_shader_gpu_default_tex_coord(), node_shader_gpu_tex_mapping(), and tex.
Referenced by register_node_type_sh_tex_noise().
Definition at line 49 of file node_shader_tex_noise.c.
References BKE_texture_colormapping_default(), BKE_texture_mapping_default(), MEM_callocN, node, tex, and TEXMAP_TYPE_POINT.
Referenced by register_node_type_sh_tex_noise().
Definition at line 79 of file node_shader_tex_noise.c.
References node, nodeFindSocket(), nodeSetSocketAvailability(), SOCK_IN, and tex.
Referenced by register_node_type_sh_tex_noise().
| void register_node_type_sh_tex_noise | ( | void | ) |
Definition at line 90 of file node_shader_tex_noise.c.
References NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), node_shader_gpu_tex_noise(), node_shader_init_tex_noise(), node_shader_update_tex_noise(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), node_type_update(), nodeRegisterType(), SH_NODE_TEX_NOISE, sh_node_tex_noise_in, sh_node_tex_noise_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_tex_noise.c.
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 34 of file node_shader_tex_noise.c.
Referenced by register_node_type_sh_tex_noise().