|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static void | colorfn (float *out, TexParams *p, bNode *UNUSED(node), bNodeStack **in, short thread) |
| static void | exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_tex_compose (void) |
Variables | |
| static bNodeSocketTemplate | inputs [] |
| static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 39 of file node_texture_compose.c.
References tex_input_value().
Referenced by exec().
|
static |
Definition at line 47 of file node_texture_compose.c.
References colorfn(), data, node, and tex_output().
Referenced by register_node_type_tex_compose().
| void register_node_type_tex_compose | ( | void | ) |
Definition at line 57 of file node_texture_compose.c.
References exec(), inputs, NODE_CLASS_OP_COLOR, node_type_exec(), node_type_socket_templates(), nodeRegisterType(), NULL, outputs, TEX_NODE_COMPOSE, and tex_node_type_base().
Referenced by registerTextureNodes().
|
static |
Definition at line 27 of file node_texture_compose.c.
Referenced by register_node_type_tex_compose().
|
static |
Definition at line 34 of file node_texture_compose.c.
Referenced by register_node_type_tex_compose().