Since the test only reads it, mark the buffer as readonly. Without the
qualifier the test is invalid on implementations that don't support
vertexPipelineStoresAndAtomics.
Components: Vulkan
Affects: dEQP-VK.memory.pipeline_barrier.host_write_storage_buffer.*
dEQP-VK.memory.pipeline_barrier.all.*
Change-Id: Ia92553415bc4b24812f5993c79d3ba2cd7fad0a9
const char* const vertexShader =
"#version 310 es\n"
"precision highp float;\n"
- "layout(set=0, binding=0) buffer Block\n"
+ "readonly layout(set=0, binding=0) buffer Block\n"
"{\n"
"\thighp uvec4 values[];\n"
"} block;\n"