mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
62be3340a5
* Maps are recorded as open whenever we intercept them, usually only falling off for high traffic resources or direct maps like WRITE_NO_OVERWRITE. * Unmaps can be successful any time as long as they're intercepted as reads (no- op) or write discard (since we just need to intercept these). * Unmaps from other write types require a map during an active capture to ensure we properly set up shadow pointers.