cesium-native  0.41.0
ExtensionBufferExtMeshoptCompression.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 namespace CesiumGltf {
13 struct CESIUMGLTF_API ExtensionBufferExtMeshoptCompression final
15  static inline constexpr const char* TypeName =
16  "ExtensionBufferExtMeshoptCompression";
17  static inline constexpr const char* ExtensionName = "EXT_meshopt_compression";
18 
24  bool fallback = false;
25 };
26 } // namespace CesiumGltf
Classes for working with glTF models.
The base class for objects that have extensions and extras.