cesium-native  0.41.0
AccessorSparseIndices.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 {
17 struct CESIUMGLTF_API AccessorSparseIndices final
19  static inline constexpr const char* TypeName = "AccessorSparseIndices";
20 
24  struct ComponentType {
25  static constexpr int32_t UNSIGNED_BYTE = 5121;
26 
27  static constexpr int32_t UNSIGNED_SHORT = 5123;
28 
29  static constexpr int32_t UNSIGNED_INT = 5125;
30  };
31 
38  int32_t bufferView = -1;
39 
43  int64_t byteOffset = 0;
44 
51  int32_t componentType = ComponentType::UNSIGNED_BYTE;
52 };
53 } // namespace CesiumGltf
Classes for working with glTF models.
Known values for The indices data type.
An object pointing to a buffer view containing the indices of deviating accessor values....
The base class for objects that have extensions and extras.