Skip to content
Snippets Groups Projects
Commit 2aea95d7 authored by Ken Martin's avatar Ken Martin Committed by Kitware Robot
Browse files

Merge topic 'fix_gles_ios'


846bc760 Fix GLES regression on IOS devices

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarKen Martin <ken.martin@kitware.com>
Merge-request: !5253
parents 98249e37 846bc760
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ const char *vtkOpenGLStrError(unsigned int code)
return "Invalid operation";
case GL_OUT_OF_MEMORY:
return "Out of memory";
#ifdef GL_ES_VERSION_3_0
#ifndef GL_ES_VERSION_3_0
case GL_STACK_OVERFLOW:
return "Stack overflow";
case GL_STACK_UNDERFLOW:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment