|
Blender
V2.59
|
#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 gpu_from_node_stack().
| short GPUNodeStack::hasoutput |
Definition at line 104 of file GPU_material.h.
Referenced by gpu_from_node_stack().
| struct GPUNodeLink* GPUNodeStack::link |
Definition at line 102 of file GPU_material.h.
Referenced by data_from_gpu_stack(), gpu_from_node_stack(), gpu_get_input_link(), gpu_node_input_socket(), and gpu_shader_material().
| const char* GPUNodeStack::name |
Definition at line 100 of file GPU_material.h.
Referenced by gpu_from_node_stack().
| short GPUNodeStack::sockettype |
Definition at line 105 of file GPU_material.h.
Referenced by data_from_gpu_stack(), and gpu_from_node_stack().
Definition at line 99 of file GPU_material.h.
Referenced by gpu_from_node_stack(), gpu_node_input_socket(), and GPU_stack_link().
| float GPUNodeStack::vec[4] |
Definition at line 101 of file GPU_material.h.
Referenced by gpu_get_input_link(), and gpu_node_input_socket().