Blender V2.61 - r43446
Functions | Variables

node_shader_rgb.c File Reference

#include "node_shader_util.h"

Go to the source code of this file.

Functions

static void node_shader_init_rgb (bNodeTree *UNUSED(ntree), bNode *node, bNodeTemplate *UNUSED(ntemp))
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 (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate sh_node_rgb_out []

Detailed Description

Definition in file node_shader_rgb.c.


Function Documentation

static int gpu_shader_rgb ( GPUMaterial mat,
bNode node,
GPUNodeStack in,
GPUNodeStack out 
) [static]
static void node_shader_exec_rgb ( void *  UNUSEDdata,
bNode node,
bNodeStack **  UNUSEDin,
bNodeStack **  out 
) [static]
static void node_shader_init_rgb ( bNodeTree UNUSEDntree,
bNode node,
bNodeTemplate UNUSEDntemp 
) [static]
void register_node_type_sh_rgb ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
    {   SOCK_RGBA, 0, "Color"},
    {   -1, 0, ""   }
}

Definition at line 36 of file node_shader_rgb.c.