Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #1636
Ticket #1636
: debug-pyopengl.py
File debug-pyopengl.py,
189 bytes
(added by
Greg Couch
,
7 years ago
)
pyopengl debuggin
Line
1
from
OpenGL
import
plugins
2
3
from
pprint
import
pprint
4
pprint
(
list
((
p
.
name
,
p
.
import_path
)
for
p
in
plugins
.
PlatformPlugin
.
registry
))
5
6
from
OpenGL.platform
import
glx
7
print
(
glx
.
GLXPlatform
)
Download in other formats:
Original Format