Actually owns the data
| 137 | |
| 138 | // Actually owns the data |
| 139 | struct GltfBuffer { |
| 140 | u8* pBytes { nullptr }; |
| 141 | u64 byteLength { 0 }; |
| 142 | }; |
| 143 | |
| 144 | // Does not actually own the data |
| 145 | struct GltfBufferView { |
nothing calls this directly
no outgoing calls
no test coverage detected