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

Add basic test for sparse depth-stencil rendering #1945

Closed HansKristian-Work closed 3 months ago

HansKristian-Work commented 3 months ago

Basic test to demonstrate that drivers cannot fake support for it easily.

Also refactors the sparse test shaders while at it. The texture_feedback VS did not match properly with the commented shader, so modified that based on decompiled SPIR-V. Then test passed ...