[PyOpenGL-Users] ARB_sync with Intel 965 under windows
Brought to you by:
mcfletch
From: Henry G. <he...@ca...> - 2011-09-12 18:59:36
|
My code is reliant on the ARB_sync extension. Under linux, the mesa Intel driver supports it fine with the Intel GM965 video card. Under Windows, however, I don't seem to have the extension available ( bool(glFenceSync) is False), despite using the latest driver. Is there any workaround for this? Clearly the hardware supports it on some level. I know this might be better asked on an OpenGL list, but I was wondering if there might be some experience here. Cheers, Henry |