Win7+Intel GMA OpenGL driver fails to create framebuffer

Issue #7 resolved
Andrew Baldwin repo owner created an issue

That combination throws a bogus error in the glFramebufferTexture2DEXT call.

Disabling global pyOpenGL error handling is only workaround for now.

in mlrawviewer.py, line 35.

try: + import OpenGL + OpenGL.ERROR_CHECKING = False from OpenGL.GL import *

Comments (2)

  1. Log in to comment