HansKristian-Work / vkd3d-proton

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

Format support fixes #1844

Closed doitsujin closed 7 months ago

doitsujin commented 7 months ago

Fixes UNKNOWN not being reported properly despite there being a test for it, and also reports TILED format support.

The idea here is to only report TILED if:

Native drivers don't really have much going on in terms of format restrictions here, and the way to query Vulkan support doesn't map very well to the feature bit, so it's somewhat awkward.