cesium-native  0.41.0
ExtensionKhrTextureBasisu.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 {
16 struct CESIUMGLTF_API ExtensionKhrTextureBasisu final
18  static inline constexpr const char* TypeName = "ExtensionKhrTextureBasisu";
19  static inline constexpr const char* ExtensionName = "KHR_texture_basisu";
20 
25  int32_t source = -1;
26 };
27 } // namespace CesiumGltf
Classes for working with glTF models.
glTF extension to specify textures using the KTX v2 images with Basis Universal supercompression.
The base class for objects that have extensions and extras.