|
Blender V4.5
|
#include <gpu_node_graph.hh>
Inherited by GPUConstant.
Classes | |
| union | [union].__unnamed0__ |
Public Attributes | |
| GPUInput * | next |
| GPUInput * | prev |
| GPUNode * | node |
| eGPUType | type |
| GPUNodeLink * | link |
| int | id |
| eGPUDataSource | source |
| union | |
Definition at line 116 of file gpu_node_graph.hh.
| int GPUInput::id |
Definition at line 122 of file gpu_node_graph.hh.
| GPUNodeLink* GPUInput::link |
Definition at line 121 of file gpu_node_graph.hh.
| GPUInput* GPUInput::next |
Definition at line 117 of file gpu_node_graph.hh.
| GPUNode* GPUInput::node |
Definition at line 119 of file gpu_node_graph.hh.
| GPUInput * GPUInput::prev |
Definition at line 117 of file gpu_node_graph.hh.
| eGPUDataSource GPUInput::source |
Definition at line 124 of file gpu_node_graph.hh.
| eGPUType GPUInput::type |
Definition at line 120 of file gpu_node_graph.hh.
Referenced by inputs_cmp().