|
Blender V5.0
|
#include <gpu_node_graph.hh>
Inherited by GPUConstant.
Public Attributes | |
| GPUInput * | next |
| GPUInput * | prev |
| GPUNode * | node |
| GPUType | type |
| GPUNodeLink * | link |
| int | id |
| GPUDataSource | source |
| union { | |
| float vec [16] | |
| GPUMaterialTexture * texture | |
| GPUMaterialAttribute * attr | |
| GPUUniformAttr * uniform_attr | |
| GPULayerAttr * layer_attr | |
| char function_call [64] | |
| }; | |
| bool | is_zone_io |
| bool | is_duplicate |
Definition at line 125 of file gpu_node_graph.hh.
| union { ... } GPUInput |
| GPUMaterialAttribute* GPUInput::attr |
Definition at line 142 of file gpu_node_graph.hh.
| char GPUInput::function_call[64] |
Definition at line 148 of file gpu_node_graph.hh.
| int GPUInput::id |
Definition at line 131 of file gpu_node_graph.hh.
| bool GPUInput::is_duplicate |
Definition at line 154 of file gpu_node_graph.hh.
| bool GPUInput::is_zone_io |
Definition at line 152 of file gpu_node_graph.hh.
| GPULayerAttr* GPUInput::layer_attr |
Definition at line 146 of file gpu_node_graph.hh.
| GPUNodeLink* GPUInput::link |
Definition at line 130 of file gpu_node_graph.hh.
| GPUInput* GPUInput::next |
Definition at line 126 of file gpu_node_graph.hh.
| GPUNode* GPUInput::node |
Definition at line 128 of file gpu_node_graph.hh.
| GPUInput * GPUInput::prev |
Definition at line 126 of file gpu_node_graph.hh.
| GPUDataSource GPUInput::source |
Definition at line 133 of file gpu_node_graph.hh.
| GPUMaterialTexture* GPUInput::texture |
Definition at line 140 of file gpu_node_graph.hh.
| GPUType GPUInput::type |
Definition at line 129 of file gpu_node_graph.hh.
Referenced by inputs_cmp().
| GPUUniformAttr* GPUInput::uniform_attr |
Definition at line 144 of file gpu_node_graph.hh.
| float GPUInput::vec[16] |
Definition at line 138 of file gpu_node_graph.hh.