|
Blender V4.5
|
#include <GPU_material.hh>
Public Attributes | |
| GPULayerAttr * | next |
| GPULayerAttr * | prev |
| char | name [256] |
| uint32_t | hash_code |
| int | users |
Definition at line 163 of file GPU_material.hh.
| uint32_t GPULayerAttr::hash_code |
Hash of name[68].
Definition at line 169 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().
| char GPULayerAttr::name[256] |
Definition at line 167 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().
| GPULayerAttr* GPULayerAttr::next |
Definition at line 164 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().
| GPULayerAttr * GPULayerAttr::prev |
Definition at line 164 of file GPU_material.hh.
| int GPULayerAttr::users |
Definition at line 172 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().