cesium-native  0.41.0
AccessorSparseValues.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/Library.h"
6 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 #include <cstdint>
10 
11 namespace CesiumGltf {
19 struct CESIUMGLTF_API AccessorSparseValues final
21  static inline constexpr const char* TypeName = "AccessorSparseValues";
22 
28  int32_t bufferView = -1;
29 
33  int64_t byteOffset = 0;
34 };
35 } // namespace CesiumGltf
Classes for working with glTF models.
An object pointing to a buffer view containing the deviating accessor values. The number of elements ...
The base class for objects that have extensions and extras.