mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 02:41:08 +00:00
* I was a little conflicted about this, as the resources present in logs should be determinable - if a function marks it as referenced then the serialised version of that function should expect the resource to be present, and if it's not then there's a bug and we can't properly replay. * However I am tempted to say that instead of likely crashing due to an invalid NULL pointer suddenly appearing somewhere, we should instead try to continue even if a resource isn't available.