|
Blender V5.0
|
#include <GPU_material.hh>
Public Attributes | |
| GPULayerAttr * | next |
| GPULayerAttr * | prev |
| char | name [256] |
| uint32_t | hash_code |
| int | users |
Definition at line 182 of file GPU_material.hh.
| uint32_t GPULayerAttr::hash_code |
Hash of name[68].
Definition at line 188 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute(), and LayerAttribute::sync().
| char GPULayerAttr::name[256] |
Definition at line 186 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute(), and LayerAttribute::sync().
| GPULayerAttr* GPULayerAttr::next |
Definition at line 183 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().
| GPULayerAttr * GPULayerAttr::prev |
Definition at line 183 of file GPU_material.hh.
| int GPULayerAttr::users |
Definition at line 191 of file GPU_material.hh.
Referenced by gpu_node_graph_add_layer_attribute().