Does not actually own the data
| 143 | |
| 144 | // Does not actually own the data |
| 145 | struct GltfBufferView { |
| 146 | // pointer to some place in a buffer |
| 147 | u8* pBuffer { nullptr }; |
| 148 | u64 length { 0 }; |
| 149 | }; |
| 150 | |
| 151 | struct GltfAccessor { |
| 152 | // pointer to some place in a buffer view |
nothing calls this directly
no outgoing calls
no test coverage detected