5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char* TypeName =
"BufferView";
26 int64_t buffer = int64_t();
31 int64_t byteOffset = int64_t();
36 int64_t byteLength = int64_t();
41 std::optional<std::string>
name;
55 accum += int64_t(this->name->capacity() *
sizeof(
char));
Classes for using 3D Tiles.
A contiguous subset of a buffer.
std::optional< std::string > name
The name of the bufferView.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...