mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
Commits343c7942e1
and94c74d2c00
moved applying the NonReadable and Coherent decorations from spirv_compiler_emit_resource_declaration() to spirv_compiler_build_descriptor_variable(), but unfortunately missed the non-array path in the latter function. The missing NonReadable decoration causes segmentation faults in rasteriser-ordered-views.shader_test (among others) on my Intel SKL GT2 setup in particular.