Merge vk-gl-cts/opengl-es-cts-3.2.4 into vk-gl-cts/master
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / api / vktApiSmokeTests.cpp
index 41bdd3e..5db79ef 100644 (file)
@@ -102,7 +102,7 @@ void createShaderProgs (SourceCollections& dst)
 {
        dst.glslSources.add("test") << glu::VertexSource(
                "#version 310 es\n"
-               "in highp vec4 a_position;\n"
+               "layout(location = 0) in highp vec4 a_position;\n"
                "void main (void) { gl_Position = a_position; }\n");
 }