File: __init__.py

package info (click to toggle)
pyopengl 3.1.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,732 kB
  • sloc: python: 106,016; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
"""Platform-specific functions/support for the xorg/X11 windowing system"""
from OpenGL.raw.GLX._types import *
from OpenGL.GLX.VERSION.GLX_1_0 import *
from OpenGL.GLX.VERSION.GLX_1_1 import *
from OpenGL.GLX.VERSION.GLX_1_2 import *
from OpenGL.GLX.VERSION.GLX_1_3 import *
from OpenGL.GLX.VERSION.GLX_1_4 import *