mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-06 05:45:52 +00:00
* In principle the fake SV_ inputs should be able to come in any order, but it seems if SV_IsFrontFace is last it can get undefined/wrong results (e.g. returning 1 when front-face culling is enabled or vice-versa). Moving it to the first seems to fix the issue, and at least shouldn't make anything any worse.