mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
16a489c7a5
* This was found on a flash stage3d sample, where if the input signature is stripped, some signature elements can be completely missing, causing a mismatch when trying to obtain the inputs for pixel debugging. * In this case, we try to fill in from the previous shader, and if that fails just inserting a dummy element and hoping for the best.