Skip to content
Snippets Groups Projects
Commit 438e77c8 authored by Michael Migliore's avatar Michael Migliore Committed by Kitware Robot
Browse files

Merge topic 'fix-ios-build'


235f0f65 Fix iOS build

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarJoachim Pouderoux <joachim.pouderoux@kitware.com>
Merge-request: !6458
parents 369e5b1a 235f0f65
No related merge requests found
......@@ -249,8 +249,10 @@ void vtkPanoramicProjectionPass::Project(vtkOpenGLRenderWindow* renWin)
this->QuadHelper->Program->SetUniform2f("scale", scale);
this->QuadHelper->Program->SetUniform2f("shift", shift);
#ifndef GL_ES_VERSION_3_0
vtkOpenGLState* ostate = renWin->GetState();
ostate->vtkglEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS);
#endif
this->QuadHelper->Render();
......
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