[PyOpenGL-Users] WGL Extension Querier broken (Python 3)
Brought to you by:
mcfletch
|
From: Peter K. <kl...@gm...> - 2017-10-27 04:39:09
|
Hi,
The WGL extensions seem very broken on Python 3. I fixed the "TypeError:
startswith first arg must be bytes or a tuple of bytes, not str" (see
attached).
However, the following still returns False, although I am pretty confident
it should be True:
extensions.hasExtension("WGL_ARB_extensions_string")
Any comments/advice?
Cheers,
Peter
|