MCPcopy Create free account
hub / github.com/DavidColson/Polybox / GltfBuffer

Class GltfBuffer

source/asset_importer.cpp:139–142  ·  view source on GitHub ↗

Actually owns the data

Source from the content-addressed store, hash-verified

137
138// Actually owns the data
139struct GltfBuffer {
140 u8* pBytes { nullptr };
141 u64 byteLength { 0 };
142};
143
144// Does not actually own the data
145struct GltfBufferView {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected