cesium-native  0.41.0
Buffer.h
1 #pragma once
2 
3 #include "CesiumGltf/BufferCesium.h"
4 #include "CesiumGltf/BufferSpec.h"
5 #include "CesiumGltf/Library.h"
6 
7 namespace CesiumGltf {
9 struct CESIUMGLTF_API Buffer final : public BufferSpec {
15 };
16 } // namespace CesiumGltf
Classes for working with glTF models.
Holds Buffer properties that are specific to the glTF loader rather than part of the glTF spec.
Definition: BufferCesium.h:13
A buffer points to binary geometry, animation, or skins.
Definition: BufferSpec.h:16
A buffer points to binary geometry, animation, or skins.
Definition: Buffer.h:9
BufferCesium cesium
Holds properties that are specific to the glTF loader rather than part of the glTF spec.
Definition: Buffer.h:14