mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-04 05:41:06 +00:00
* Instead of storing the API pipeline states in the replay driver and returning pointers, we store them in the replay controller and write into it from the replay driver. * This will allow us to remove the replay driver and still keep any previously obtained references/pointers to the pipeline state valid.