Skip to content
  • Ben Boeckel's avatar
    vtkOpenGLRenderUtilities: move Render{Quad,Triangle} · bba39d5b
    Ben Boeckel authored
    These methods cause vtkOpenGLRenderWindow to include vtk_glew.h (for
    GLuint) which must be included before gl.h to work properly. Since this
    header gets included in many places, move the affected methods to
    another class rather than forcing all users to do the proper inclusion
    order dance.
    bba39d5b