Re: [PyOpenGL-Users] access violation when calling glGenFramebuffers
Brought to you by:
mcfletch
From: Cyrille R. <cyr...@gm...> - 2013-04-13 19:20:49
|
> So, my conclusion is that the function pointer to wglGetProcAddress used > by the PyOpenGL's win32 platform module has the wrong result type (it is > c_long which is only 32 bits when it should be c_void_p which is 64 bits > long). > Do you have an idea why this bug seems to appear only on Intel GPUs? Cyrille |