HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.75k stars 184 forks source link

tests: Fix DXIL ATOC test on Windows. #1949

Closed doitsujin closed 3 months ago

doitsujin commented 3 months ago

Derp, my Windows build ran the DXBC test twice so this went unnoticed. Fixes a test crash on Windows.

We should probably validate that all shaders within a pipeline use compatible shader models as well.