vkd3d/libs
Józef Kucia e7aa2a7bcf libs/vkd3d-shader: Emit NonReadable decoration for image variables.
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.
2017-09-26 10:37:41 +02:00
..
vkd3d libs/vkd3d-shader: Implement shader visibility for descriptors. 2017-09-22 16:42:07 +02:00
vkd3d-common libs/vkd3d: Support both native and Win32 wchar_t. 2017-08-29 16:36:05 +02:00
vkd3d-shader libs/vkd3d-shader: Emit NonReadable decoration for image variables. 2017-09-26 10:37:41 +02:00
vkd3d-utils libs/vkd3d: Support both native and Win32 wchar_t. 2017-08-29 16:36:05 +02:00