Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
ba5c540d
Commit
ba5c540d
authored
Aug 31, 2016
by
Ken Martin
Browse files
opengles does not use glew to ifdef glew code
added a glew check that needed to be ifdef'd out for oepngles
parent
42ce6031
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx
View file @
ba5c540d
...
...
@@ -551,6 +551,7 @@ void vtkOpenGLRenderWindow::InitializeTextureInternalFormats()
// on mesa we may not have float textures even though we think we do
// this is due to Mesa being iompacted by a patent issue with SGI
#if GL_ES_VERSION_2_0 != 1
if
(
haveFloatTextures
)
{
const
char
*
glVersion
=
...
...
@@ -566,6 +567,7 @@ void vtkOpenGLRenderWindow::InitializeTextureInternalFormats()
return
;
}
}
#endif
if
(
haveFloatTextures
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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