cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::BufferCesium Struct Referencefinal

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.
 

Detailed Description

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.

Member Data Documentation

◆ data

std::vector<std::byte> CesiumGltf::BufferCesium::data

The buffer's data.

Definition at line 17 of file BufferCesium.h.


The documentation for this struct was generated from the following file: