Skip to content

Fix bug in vol ren, better opengl error checking

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

Fix an error in the volume rendering where draw buffers were being set after the frambuffer was unbound

Improve state error checking to catch a couple more issues and catch them earlier in the execution.

Merge request reports