5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char*
TypeName =
"BufferView";
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.
int64_t byteOffset
The offset into the buffer in bytes.
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,...
int64_t byteLength
The total byte length of the buffer view.
static constexpr const char * TypeName
The original name of this type.
int64_t buffer
The index of the buffer.
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 ...