Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
35d6cf57
Commit
35d6cf57
authored
Nov 13, 2017
by
H. Cole Wiley
Browse files
added check for GL_POINT_SPRTIE define
Android doesnt have GL_POINT_SPRITE in GLES3
parent
cea55385
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/OpenGL2/vtkEGLRenderWindow.cxx
View file @
35d6cf57
...
...
@@ -441,7 +441,9 @@ void vtkEGLRenderWindow::WindowInitialize (void)
// for offscreen EGL always turn on point sprites
if
(
this
->
OffScreenRendering
)
{
#ifdef GL_POINT_SPRITE
glEnable
(
GL_POINT_SPRITE
);
#endif
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment