Skip to content
  • Ken Martin's avatar
    clean up the state API and fix Qt widget · 29670593
    Ken Martin authored
    Make it so that the state API does not require glew.h
    as this causes issues with Qt which has it's own gl
    functions and glew #defines clobber them.
    
    Clean up the API for querying opengl state to use the standard
    opengl get method signatures.
    
    Fix an issue with the new Qt widget where it was not setting
    vtk opengl state.
    29670593