mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-17 23:40:59 +00:00
ce1cfe5330
* When capturing some external memory driver implementations have completely disjoint memory type bits allowed for external and non-external resources. This means it is impossible to capture it as external and then replay it as non-external, leading to a broken capture. * This is warned about at capture time but easy to miss. Adding this error here is more likely to be seen and found.