cesium-native  0.41.0
ExtensionTextureWebp.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 {
15 struct CESIUMGLTF_API ExtensionTextureWebp final
17  static inline constexpr const char* TypeName = "ExtensionTextureWebp";
18  static inline constexpr const char* ExtensionName = "EXT_texture_webp";
19 
23  int32_t source = -1;
24 };
25 } // namespace CesiumGltf
Classes for working with glTF models.
glTF extension to specify textures using the WebP image format.
The base class for objects that have extensions and extras.