Skip to content

Fix open gl context windows

Martin Schultz requested to merge fixOpenGLContextWindows into master

Fixes #16 by not creating a secondary opengl context to check stereo capabilities, because this may lead to the ceration of a wrong context. Also removes the Debuglogger context workaround for windows, and sets the msaa sample count directly in OpenFlipper.cc when the global shared context is created.

Merge request reports