Blender V2.61 - r43446
|
#include <gpu_codegen.h>
Public Attributes | |
struct GPUOutput * | next |
struct GPUOutput * | prev |
GPUNode * | node |
int | type |
GPUNodeLink * | link |
int | id |
Definition at line 113 of file gpu_codegen.h.
int GPUOutput::id |
Definition at line 119 of file gpu_codegen.h.
Referenced by codegen_call_functions(), codegen_declare_tmps(), and codegen_set_unique_ids().
Definition at line 118 of file gpu_codegen.h.
Referenced by GPU_node_free(), GPU_node_link_free(), and GPU_node_output().
struct GPUOutput* GPUOutput::next |
Definition at line 114 of file gpu_codegen.h.
Referenced by codegen_call_functions(), codegen_declare_tmps(), codegen_set_unique_ids(), and GPU_node_free().
Definition at line 116 of file gpu_codegen.h.
Referenced by GPU_link_changed(), gpu_node_input_link(), GPU_node_output(), and gpu_nodes_tag().
struct GPUOutput * GPUOutput::prev |
Definition at line 114 of file gpu_codegen.h.
int GPUOutput::type |
Definition at line 117 of file gpu_codegen.h.
Referenced by codegen_call_functions(), codegen_declare_tmps(), and GPU_node_output().