mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
ddf19304b7
* It is common for drivers to dead-code eliminate resources and they will not show up in reflection at all and will not have a binding. For these we will still encounter them when debugging so need to ensure we handle that case. * This unfortunately makes a previously illegal/error-checked case silently continue, so we add API-specific asserts.