vkd3d/libs/vkd3d-shader
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
..
dxbc.c libs/vkd3d-shader: Export shader signature parsing. 2017-09-11 22:35:16 +02:00
spirv.c libs/vkd3d-shader: Emit NonReadable decoration for image variables. 2017-09-26 10:37:41 +02:00
vkd3d_shader_main.c libs/vkd3d-shader: Export shader signature parsing. 2017-09-11 22:35:16 +02:00
vkd3d_shader_private.h libs/vkd3d-shader: Export shader signature parsing. 2017-09-11 22:35:16 +02:00