cesium-native 0.43.0
|
Holds Buffer
properties that are specific to the glTF loader rather than part of the glTF spec.
More...
#include <CesiumGltf/BufferCesium.h>
Public Attributes | |
std::vector< std::byte > | data |
The buffer's data. | |
Holds Buffer
properties that are specific to the glTF loader rather than part of the glTF spec.
Definition at line 13 of file BufferCesium.h.
std::vector<std::byte> CesiumGltf::BufferCesium::data |
The buffer's data.
Definition at line 17 of file BufferCesium.h.