3#include <CesiumGltf/AccessorSpec.h>
4#include <CesiumGltf/Library.h>
63 int8_t computeByteSizeOfComponent() const noexcept;
77 int64_t computeBytesPerVertex() const noexcept;
Classes for working with glTF models.
A typed view into a buffer view that contains raw binary data.
This class is not meant to be instantiated directly. Use Accessor instead.
static int8_t computeNumberOfComponents(const std::string &type) noexcept
Computes the number of components for a given accessor type.
int8_t computeNumberOfComponents() const noexcept
Computes the number of components for this accessor.
static int8_t computeByteSizeOfComponent(int32_t componentType) noexcept
Computes the number of bytes for a given accessor component type.
This class is not meant to be instantiated directly. Use Model instead.