#pragma once #include #include #include namespace CesiumGltf { /** @copydoc BufferSpec */ struct CESIUMGLTF_API Buffer final : public BufferSpec { Buffer() = default; /** * @brief Holds properties that are specific to the glTF loader rather than * part of the glTF spec. */ BufferCesium cesium; }; } // namespace CesiumGltf