cesium-native 0.43.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.
A buffer points to binary geometry, animation, or skins.
Definition BufferSpec.h:16
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 glTF loader rather than part of the glTF spec.
Definition Buffer.h:16