mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-14 18:46:48 +00:00
* There's still an issue lurking that the compressed size is stored as 32-bit on disk, but at least now we don't store the uncompressed size as 64-bit but track it as 32-bit. * The serialisation is going to change Soon(tm) anyway so this workaround should be enough for now, since hopefully compressed size is comfortably below uncompressed size.