|
Blender
V3.3
|
#include <gpu_node_graph.h>
Public Attributes | |
| struct GPUOutput * | next |
| struct GPUOutput * | prev |
| GPUNode * | node |
| eGPUType | type |
| GPUNodeLink * | link |
| int | id |
Definition at line 102 of file gpu_node_graph.h.
| int GPUOutput::id |
Definition at line 108 of file gpu_node_graph.h.
| GPUNodeLink* GPUOutput::link |
Definition at line 107 of file gpu_node_graph.h.
Referenced by gpu_node_link_free().
| struct GPUOutput* GPUOutput::next |
Definition at line 103 of file gpu_node_graph.h.
| GPUNode* GPUOutput::node |
Definition at line 105 of file gpu_node_graph.h.
Referenced by gpu_node_input_link(), and gpu_nodes_tag().
| struct GPUOutput * GPUOutput::prev |
Definition at line 103 of file gpu_node_graph.h.
| eGPUType GPUOutput::type |
Definition at line 106 of file gpu_node_graph.h.