cesium-native 0.44.2
Loading...
Searching...
No Matches
Buffer.h
1#pragma once
2
3#include <Cesium3DTiles/BufferCesium.h>
4#include <Cesium3DTiles/BufferSpec.h>
5#include <Cesium3DTiles/Library.h>
6
7namespace Cesium3DTiles {
9struct CESIUM3DTILES_API Buffer final : public BufferSpec {
10 Buffer() = default;
11
17};
18} // 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...
A buffer is a binary blob. It is either the binary chunk of the subtree file, or an external buffer r...
Definition BufferSpec.h:17
This class is not meant to be instantiated directly. Use Buffer instead.
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:16