|
Blender
V2.59
|
Public Attributes | |
| struct GPUNode * | next |
| struct GPUNode * | prev |
| const char * | name |
| int | tag |
| ListBase | inputs |
| ListBase | outputs |
Definition at line 87 of file gpu_codegen.c.
Definition at line 93 of file gpu_codegen.c.
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 90 of file gpu_codegen.c.
Referenced by codegen_call_functions(), GPU_link_changed(), GPU_node_begin(), and gpu_node_input_link().
| struct GPUNode* GPUNode::next |
Definition at line 88 of file gpu_codegen.c.
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 94 of file gpu_codegen.c.
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 88 of file gpu_codegen.c.
| int GPUNode::tag |
Definition at line 91 of file gpu_codegen.c.
Referenced by gpu_nodes_prune(), and gpu_nodes_tag().