Skip to content

Make offscreen code always use FBO

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

Consolidate the offscreen code into common code in OpenGLRenderWindow. Remove it from all the other places except currently OSMesa on X

Offscreen works in conjunction with onscreen windows. Onscreen window visibility is controlled using the SetMapped() method

Merge request reports