|
Blender
V2.59
|
Public Attributes | |
| struct GPUOutput * | next |
| struct GPUOutput * | prev |
| GPUNode * | node |
| int | type |
| GPUNodeLink * | link |
| int | id |
Definition at line 122 of file gpu_codegen.c.
| int GPUOutput::id |
Definition at line 128 of file gpu_codegen.c.
Referenced by codegen_call_functions(), codegen_declare_tmps(), and codegen_set_unique_ids().
Definition at line 127 of file gpu_codegen.c.
Referenced by GPU_node_free(), GPU_node_link_free(), and GPU_node_output().
| struct GPUOutput* GPUOutput::next |
Definition at line 123 of file gpu_codegen.c.
Referenced by codegen_call_functions(), codegen_declare_tmps(), codegen_set_unique_ids(), and GPU_node_free().
Definition at line 125 of file gpu_codegen.c.
Referenced by GPU_link_changed(), gpu_node_input_link(), GPU_node_output(), and gpu_nodes_tag().
| struct GPUOutput * GPUOutput::prev |
Definition at line 123 of file gpu_codegen.c.
| int GPUOutput::type |
Definition at line 126 of file gpu_codegen.c.
Referenced by codegen_call_functions(), codegen_declare_tmps(), and GPU_node_output().