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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Erik Palmer
VTK
Commits
06a4ef18
Commit
06a4ef18
authored
9 years ago
by
Ken Martin
Browse files
Options
Downloads
Patches
Plain Diff
Tiny fix for OpenGL ES 3
parent
329b86a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Charts/Core/Testing/Data/Baseline/TestLinePlot3D_2.png
+0
-0
0 additions, 0 deletions
Charts/Core/Testing/Data/Baseline/TestLinePlot3D_2.png
Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx
+2
-1
2 additions, 1 deletion
Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx
with
2 additions
and
1 deletion
Charts/Core/Testing/Data/Baseline/TestLinePlot3D_2.png
deleted
100644 → 0
+
0
−
0
View file @
329b86a3
5.36 KiB
This diff is collapsed.
Click to expand it.
Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx
+
2
−
1
View file @
06a4ef18
...
...
@@ -480,8 +480,9 @@ int vtkOpenGLRenderWindow::GetColorBufferSizes(int *rgba)
GLint
fboBind
=
0
;
glGetIntegerv
(
GL_DRAW_FRAMEBUFFER_BINDING
,
&
fboBind
);
GLint
attachment
=
GL_BACK_LEFT
;
#ifdef GL_DRAW_BUFFER
glGetIntegerv
(
GL_DRAW_BUFFER
,
&
attachment
);
#endif
// GL seems odd with its handling of left/right.
// if it says we are using GL_FRONT or GL_BACK
// then convert those to GL_FRONT_LEFT and
...
...
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