Skip to content

Add central blitframebuffer method in OpenGLState

MacOS systems require the GL_SCISSOR_TEST be disabled for depth blits to work. The easiest way to enforce this is to have VTK code all call a central blit function. This also has the advantage of making debugging a bit easier as most blits will go through one code point.

Merge request reports