cesium-native 0.43.0
Loading...
Searching...
No Matches
BufferCesium.h
1#pragma once
2
3#include "CesiumGltf/Library.h"
4
5#include <cstddef>
6#include <vector>
7
8namespace CesiumGltf {
13struct CESIUMGLTF_API BufferCesium final {
17 std::vector<std::byte> data;
18};
19} // 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.
std::vector< std::byte > data
The buffer's data.