mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
847cba546a
* Historically a long time ago, resources created in the middle of a frame capture were then replayed with their creation/destruction each time the frame was replayed. Likewise resources destroyed before the frame (but kept alive for a dependency) were also released on replay. * This was faithful but unnecessary. Now we just create all resources needed anywhere in the frame up front, and release them only on shutdown.