Blender V4.5
blender::bke::Attribute::ArrayData Struct Reference

#include <BKE_attribute_storage.hh>

Public Attributes

void * data
int64_t size
ImplicitSharingPtr sharing_info

Detailed Description

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.

Member Data Documentation

◆ data

void* blender::bke::Attribute::ArrayData::data

◆ sharing_info

ImplicitSharingPtr blender::bke::Attribute::ArrayData::sharing_info

◆ size

int64_t blender::bke::Attribute::ArrayData::size

The documentation for this struct was generated from the following file: