|
Blender
V2.59
|
#include "../SHD_util.h"Go to the source code of this file.
Functions | |
| static void | node_shader_exec_rgb (void *UNUSED(data), bNode *node, bNodeStack **UNUSED(in), bNodeStack **out) |
| static int | gpu_shader_rgb (GPUMaterial *mat, bNode *node, GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_rgb (ListBase *lb) |
Variables | |
| static bNodeSocketType | sh_node_rgb_out [] |
Definition in file SHD_rgb.c.
| static int gpu_shader_rgb | ( | GPUMaterial * | mat, |
| bNode * | node, | ||
| GPUNodeStack * | in, | ||
| GPUNodeStack * | out | ||
| ) | [static] |
Definition at line 50 of file SHD_rgb.c.
References ListBase::first, GPU_stack_link(), GPU_uniform(), bNodeSocket::ns, bNode::outputs, and bNodeStack::vec.
Referenced by register_node_type_sh_rgb().
| static void node_shader_exec_rgb | ( | void * | UNUSEDdata, |
| bNode * | node, | ||
| bNodeStack ** | UNUSEDin, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 43 of file SHD_rgb.c.
References ListBase::first, bNodeSocket::ns, bNode::outputs, bNodeStack::vec, and VECCOPY.
Referenced by register_node_type_sh_rgb().
| void register_node_type_sh_rgb | ( | ListBase * | lb | ) |
Definition at line 58 of file SHD_rgb.c.
References gpu_shader_rgb(), NODE_CLASS_INPUT, NODE_OPTIONS, node_shader_exec_rgb(), node_type_base(), node_type_exec(), node_type_gpu(), node_type_size(), nodeRegisterType(), NULL, and SH_NODE_RGB.
Referenced by registerShaderNodes().
bNodeSocketType sh_node_rgb_out[] [static] |