Blender V2.61 - r43446
|
#include <gpu_codegen.h>
Public Attributes | |
struct GPUNode * | next |
struct GPUNode * | prev |
const char * | name |
int | tag |
ListBase | inputs |
ListBase | outputs |
Definition at line 77 of file gpu_codegen.h.
Definition at line 83 of file gpu_codegen.h.
Referenced by code_generate_vertex(), codegen_call_functions(), codegen_declare_tmps(), codegen_print_uniforms_functions(), codegen_set_unique_ids(), GPU_link_changed(), GPU_node_free(), gpu_node_input_link(), GPU_nodes_extract_dynamic_inputs(), gpu_nodes_get_builtin_flag(), gpu_nodes_get_vertex_attributes(), and gpu_nodes_tag().
const char* GPUNode::name |
Definition at line 80 of file gpu_codegen.h.
Referenced by codegen_call_functions(), GPU_link_changed(), GPU_node_begin(), gpu_node_input_link(), and GPU_stack_link_mute().
struct GPUNode* GPUNode::next |
Definition at line 78 of file gpu_codegen.h.
Referenced by code_generate_vertex(), codegen_call_functions(), codegen_declare_tmps(), codegen_print_uniforms_functions(), codegen_set_unique_ids(), GPU_nodes_extract_dynamic_inputs(), gpu_nodes_get_builtin_flag(), gpu_nodes_get_vertex_attributes(), and gpu_nodes_prune().
Definition at line 84 of file gpu_codegen.h.
Referenced by codegen_call_functions(), codegen_declare_tmps(), codegen_set_unique_ids(), GPU_node_free(), and GPU_node_output().
struct GPUNode * GPUNode::prev |
Definition at line 78 of file gpu_codegen.h.
int GPUNode::tag |
Definition at line 81 of file gpu_codegen.h.
Referenced by gpu_nodes_prune(), and gpu_nodes_tag().