|
Blender V4.3
|
#include <gpu_node_graph.hh>
Public Attributes | |
| GPUOutput * | next |
| GPUOutput * | prev |
| GPUNode * | node |
| eGPUType | type |
| GPUNodeLink * | link |
| int | id |
Definition at line 106 of file gpu_node_graph.hh.
| int GPUOutput::id |
Definition at line 112 of file gpu_node_graph.hh.
| GPUNodeLink* GPUOutput::link |
Definition at line 111 of file gpu_node_graph.hh.
Referenced by gpu_node_link_free().
| GPUOutput* GPUOutput::next |
Definition at line 107 of file gpu_node_graph.hh.
| GPUNode* GPUOutput::node |
Definition at line 109 of file gpu_node_graph.hh.
Referenced by gpu_node_input_link(), and gpu_nodes_tag().
| GPUOutput * GPUOutput::prev |
Definition at line 107 of file gpu_node_graph.hh.
| eGPUType GPUOutput::type |
Definition at line 110 of file gpu_node_graph.hh.