mesa: avoid valgrind warning due to opaque only being set sometimes
[mesa.git] / src / mesa / main / getstring.c
index c39a076091e007172a3ca38c6c771364af91c339..6e9051188b3b610571ad985aa36e4fe87fe9bf0e 100644 (file)
@@ -80,6 +80,8 @@ shading_language_version(struct gl_context *ctx)
          return (const GLubyte *) "OpenGL ES GLSL ES 3.00";
       case 31:
          return (const GLubyte *) "OpenGL ES GLSL ES 3.10";
+      case 32:
+         return (const GLubyte *) "OpenGL ES GLSL ES 3.20";
       default:
          _mesa_problem(ctx,
                        "Invalid OpenGL ES version in shading_language_version()");