Skip to content

add a bunch more debugging with VTK_REPORT_OPENGL_ERRORS

Ken Martin requested to merge ken-martin/vtk:add_opengl_debugging into master

Have the OpenGLState object check for errors after every call and check state consistency before every call when VTK_REPORT_OPENGL_ERRORS is set which it commonly is for Debug builds

Merge request reports