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

Class GltfBufferView

source/asset_importer.cpp:145–149  ·  view source on GitHub ↗

Does not actually own the data

Source from the content-addressed store, hash-verified

143
144// Does not actually own the data
145struct GltfBufferView {
146 // pointer to some place in a buffer
147 u8* pBuffer { nullptr };
148 u64 length { 0 };
149};
150
151struct GltfAccessor {
152 // pointer to some place in a buffer view

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected