~matobet/pyopengl/Python3

« back to all changes in this revision

Viewing changes to GL/VERSION/GL_3_1.py

  • Committer: matobet at gmail
  • Date: 2010-06-26 14:11:04 UTC
  • Revision ID: matobet@gmail.com-20100626141104-k011ofmltgiiu60g
Initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'''OpenGL extension VERSION.GL_3_1
 
2
 
 
3
This module customises the behaviour of the 
 
4
OpenGL.raw.GL.VERSION.GL_3_1 to provide a more 
 
5
Python-friendly API
 
6
 
 
7
The official definition of this extension is available here:
 
8
http://www.opengl.org/registry/specs/VERSION/GL_3_1.txt
 
9
'''
 
10
from OpenGL import platform, constants, constant, arrays
 
11
from OpenGL import extensions, wrapper
 
12
from OpenGL.GL import glget
 
13
import ctypes
 
14
from OpenGL.raw.GL.VERSION.GL_3_1 import *
 
15
### END AUTOGENERATED SECTION
 
 
b'\\ No newline at end of file'