|
Blender V5.0
|
#include <gpu_node_graph.hh>
Public Attributes | |
| GPUOutput * | next |
| GPUOutput * | prev |
| GPUNode * | node |
| GPUType | type |
| GPUNodeLink * | link |
| int | id |
| bool | is_zone_io |
| bool | is_duplicate |
Definition at line 111 of file gpu_node_graph.hh.
| int GPUOutput::id |
Definition at line 117 of file gpu_node_graph.hh.
| bool GPUOutput::is_duplicate |
Definition at line 122 of file gpu_node_graph.hh.
| bool GPUOutput::is_zone_io |
Definition at line 120 of file gpu_node_graph.hh.
| GPUNodeLink* GPUOutput::link |
Definition at line 116 of file gpu_node_graph.hh.
Referenced by gpu_node_link_free().
| GPUOutput* GPUOutput::next |
Definition at line 112 of file gpu_node_graph.hh.
| GPUNode* GPUOutput::node |
Definition at line 114 of file gpu_node_graph.hh.
Referenced by gpu_node_input_link(), and gpu_nodes_tag().
| GPUOutput * GPUOutput::prev |
Definition at line 112 of file gpu_node_graph.hh.
| GPUType GPUOutput::type |
Definition at line 115 of file gpu_node_graph.hh.