Vulkan: Add wide-color tests
[platform/upstream/VK-GL-CTS.git] / framework / opengl / gluShaderUtil.hpp
index 873ec4e..ce5dbf8 100644 (file)
@@ -52,6 +52,7 @@ enum GLSLVersion
        GLSL_VERSION_430,                       //!< GLSL 4.3
        GLSL_VERSION_440,                       //!< GLSL 4.4
        GLSL_VERSION_450,                       //!< GLSL 4.5
+       GLSL_VERSION_460,                       //!< GLSL 4.6
 
        GLSL_VERSION_LAST
 };