|
Blender V4.5
|
#include <BKE_attribute_storage.hh>
Public Attributes | |
| void * | data |
| int64_t | size |
| ImplicitSharingPtr | sharing_info |
Data for an attribute stored as a full contiguous array with a data type exactly matching the attribute's type. The array referenced must match the size of the domain and the data type.
Definition at line 36 of file BKE_attribute_storage.hh.
| void* blender::bke::Attribute::ArrayData::data |
Definition at line 40 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_legacy_convert_customdata_to_storage().
| ImplicitSharingPtr blender::bke::Attribute::ArrayData::sharing_info |
Definition at line 43 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_legacy_convert_customdata_to_storage().
| int64_t blender::bke::Attribute::ArrayData::size |
Definition at line 42 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_legacy_convert_customdata_to_storage().