Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Steward
VTK
Commits
846bc760
Commit
846bc760
authored
6 years ago
by
Sankhesh Jhaveri
Browse files
Options
Downloads
Patches
Plain Diff
Fix GLES regression on IOS devices
Regression introduced in
160ce368
parent
acfdfe4a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rendering/OpenGL2/vtkOpenGLError.h.in
+1
-1
1 addition, 1 deletion
Rendering/OpenGL2/vtkOpenGLError.h.in
with
1 addition
and
1 deletion
Rendering/OpenGL2/vtkOpenGLError.h.in
+
1
−
1
View file @
846bc760
...
...
@@ -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
#if
n
def GL_ES_VERSION_3_0
case GL_STACK_OVERFLOW:
return "Stack overflow";
case GL_STACK_UNDERFLOW:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment