~matobet/pyopengl/Python3

« back to all changes in this revision

Viewing changes to raw/GL/APPLE/transform_hint.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 APPLE.transform_hint
 
2
 
 
3
Automatically generated by the get_gl_extensions script, do not edit!
 
4
'''
 
5
from OpenGL import platform, constants, constant, arrays
 
6
from OpenGL import extensions
 
7
from OpenGL.GL import glget
 
8
import ctypes
 
9
EXTENSION_NAME = 'GL_APPLE_transform_hint'
 
10
_DEPRECATED = False
 
11
GL_TRANSFORM_HINT_APPLE = constant.Constant( 'GL_TRANSFORM_HINT_APPLE', 0x85B1 )
 
12
 
 
13
 
 
14
def glInitTransformHintAPPLE():
 
15
    '''Return boolean indicating whether this extension is available'''
 
16
    return extensions.hasGLExtension( EXTENSION_NAME )