mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
6487acdf0f
* This typically means that the user hasn't checked correctly for SM6 feature support before trying to upload DXIL shader, which will then result in unpredictable behaviour or crashes on replay. * During capture we detect this and flag it in the overlay text, and prevent capturing. On capture load we fail to load if we detect such a PSO.