|
Blender
V2.93
|
#include <gpu_node_graph.h>
Public Attributes | |
| struct GPUNode * | next |
| struct GPUNode * | prev |
| const char * | name |
| bool | tag |
| ListBase | inputs |
| ListBase | outputs |
Definition at line 68 of file gpu_node_graph.h.
| ListBase GPUNode::inputs |
Definition at line 76 of file gpu_node_graph.h.
Referenced by gpu_node_input_link().
| const char* GPUNode::name |
Definition at line 71 of file gpu_node_graph.h.
Referenced by gpu_node_input_link().
| struct GPUNode* GPUNode::next |
Definition at line 69 of file gpu_node_graph.h.
| ListBase GPUNode::outputs |
Definition at line 77 of file gpu_node_graph.h.
| struct GPUNode * GPUNode::prev |
Definition at line 69 of file gpu_node_graph.h.
| bool GPUNode::tag |
Definition at line 74 of file gpu_node_graph.h.