cesium-native  0.41.0
AccessorSparse.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/AccessorSparseIndices.h"
6 #include "CesiumGltf/AccessorSparseValues.h"
7 #include "CesiumGltf/Library.h"
8 
9 #include <CesiumUtility/ExtensibleObject.h>
10 
11 #include <cstdint>
12 
13 namespace CesiumGltf {
18 struct CESIUMGLTF_API AccessorSparse final
20  static inline constexpr const char* TypeName = "AccessorSparse";
21 
25  int64_t count = int64_t();
26 
33 
39 };
40 } // namespace CesiumGltf
Classes for working with glTF models.
An object pointing to a buffer view containing the indices of deviating accessor values....
An object pointing to a buffer view containing the deviating accessor values. The number of elements ...
Sparse storage of accessor values that deviate from their initialization value.
CesiumGltf::AccessorSparseIndices indices
An object pointing to a buffer view containing the indices of deviating accessor values....
CesiumGltf::AccessorSparseValues values
An object pointing to a buffer view containing the deviating accessor values.
The base class for objects that have extensions and extras.