cesium-native  0.41.0
Buffer.h
1 #pragma once
2 
3 #include <Cesium3DTiles/BufferCesium.h>
4 #include <Cesium3DTiles/BufferSpec.h>
5 #include <Cesium3DTiles/Library.h>
6 
7 namespace Cesium3DTiles {
9 struct CESIUM3DTILES_API Buffer final : public BufferSpec {
15 };
16 } // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition: Buffer.h:7
Holds Buffer properties that are specific to the 3D Tiles loader rather than part of the 3D Tiles spe...
Definition: BufferCesium.h:13
A buffer is a binary blob. It is either the binary chunk of the subtree file, or an external buffer r...
Definition: BufferSpec.h:18
A buffer is a binary blob. It is either the binary chunk of the subtree file, or an external buffer r...
Definition: Buffer.h:9
BufferCesium cesium
Holds properties that are specific to the 3D Tiles loader rather than part of the 3D Tiles spec.
Definition: Buffer.h:14