cesium-native 0.48.0
Loading...
Searching...
No Matches
Buffer.h
1#pragma once
2
3#include <CesiumGltf/BufferCesium.h>
4#include <CesiumGltf/BufferSpec.h>
5#include <CesiumGltf/Library.h>
6
7namespace CesiumGltf {
9struct CESIUMGLTF_API Buffer final : public BufferSpec {
10 Buffer() = default;
11
17};
18} // 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.
BufferSpec()=default
This class is not meant to be instantiated directly. Use Buffer instead.
BufferCesium cesium
Holds properties that are specific to the glTF loader rather than part of the glTF spec.
Definition Buffer.h:16