mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
c319ac0234
* 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.