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 183 forks source link

Support sRGB compute resolve #2004

Closed doitsujin closed 1 month ago

doitsujin commented 1 month ago

Should fix #2001 for real now. We're hitting the compute path for the map resolve because the destination image is typeless and also not renderable.

Draft for now since I want to test something w.r.t. the format parameter.