mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
e7aa2a7bcfc4f9913ebcc7109a54677bc9c7aabd
Fixes image writes for UNORM formats on Anv. Anv uses special surface state for write-only storage image descriptors. The SPIR-V spec doesn't state that the NonReadable decoration is required for images used with StorageImageWriteWithoutFormat. On the other hand, glslang requires the 'writeonly' keyword for images without format, and it emits the NonReadable decoration.
============================= The vkd3d 3D Graphics Library ============================= Vkd3d is a 3D graphics library built on top of Vulkan. It has an API very similar, but not identical, to Direct3D 12.
Languages
C
93.1%
Yacc
4.5%
Lex
0.6%
M4
0.6%
Makefile
0.4%
Other
0.7%