mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 18:06:37 +00:00
* If we don't do this, the application could create a buffer/memory and use it then destroy it and create another one in the same capture. The driver could assign the same opaque capture address to both buffers even though they "overlap" in the capture because they don't overlap in actual execution. * Slightly artificially extending the life of the resource to the end of the capture ensures the driver gives them non-overlapping device addresses.