mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
327fda94a0
* The new system contains the ability to export serialised data to a structured form in memory - and conversion back to serialised bytes. * This will allow offline transformations/visualisation of capture files as well as more rich representations of API calls in the UI. * Likewise it enables a number of optimisations such as the ability to write straight from mapped API memory to disk via a compressor, without any intermediate copies.