Blender V2.61 - r43446
|
#include <GPU_material.h>
Public Attributes | |
GPUType | type |
const char * | name |
float | vec [4] |
struct GPUNodeLink * | link |
short | hasinput |
short | hasoutput |
short | sockettype |
Definition at line 98 of file GPU_material.h.
short GPUNodeStack::hasinput |
Definition at line 103 of file GPU_material.h.
Referenced by node_gpu_stack_from_data(), and node_mute_get_links().
short GPUNodeStack::hasoutput |
Definition at line 104 of file GPU_material.h.
Referenced by node_gpu_stack_from_data(), and node_mute_get_links().
struct GPUNodeLink* GPUNodeStack::link |
Definition at line 102 of file GPU_material.h.
Referenced by gpu_get_input_link(), gpu_node_input_socket(), gpu_shader_material(), node_data_from_gpu_stack(), node_gpu_stack_from_data(), node_shader_gpu_tex_checker(), node_shader_gpu_tex_environment(), node_shader_gpu_tex_gradient(), node_shader_gpu_tex_image(), node_shader_gpu_tex_magic(), node_shader_gpu_tex_musgrave(), node_shader_gpu_tex_noise(), node_shader_gpu_tex_sky(), node_shader_gpu_tex_voronoi(), and node_shader_gpu_tex_wave().
const char* GPUNodeStack::name |
Definition at line 100 of file GPU_material.h.
Referenced by node_gpu_stack_from_data().
short GPUNodeStack::sockettype |
Definition at line 105 of file GPU_material.h.
Referenced by node_data_from_gpu_stack(), and node_gpu_stack_from_data().
Definition at line 99 of file GPU_material.h.
Referenced by gpu_node_input_socket(), gpu_stack_from_data_list(), GPU_stack_link(), and node_gpu_stack_from_data().
float GPUNodeStack::vec[4] |
Definition at line 101 of file GPU_material.h.
Referenced by gpu_get_input_link(), gpu_node_input_socket(), and node_gpu_stack_from_data().