cesium-native 0.48.0
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...
BufferSpec()=default
This class is not meant to be instantiated directly. Use Buffer instead.
BufferCesium cesium
Holds properties that are specific to the 3D Tiles loader rather than part of the 3D Tiles spec.
Definition Buffer.h:16