X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=framework%2Fopengl%2FgluShaderUtil.hpp;h=ce5dbf89efcbb2dc943d882001d1ea3863f3a8c5;hb=db0f40414e62da810ee561d5f51bc34902d57f60;hp=873ec4ef8c768feee3f7d4cac0e511f730cfd752;hpb=4cd32b42eea24bc012d9348d9dc62805b1a48891;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/framework/opengl/gluShaderUtil.hpp b/framework/opengl/gluShaderUtil.hpp index 873ec4e..ce5dbf8 100644 --- a/framework/opengl/gluShaderUtil.hpp +++ b/framework/opengl/gluShaderUtil.hpp @@ -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 };