
    _e                         d Z ddlmZ ddlZej
                  Zej                  xZZ	dZ
ej                  Zej                  e_        de_         y)a  Implementation of the special "glGet" functions

For comparison, here's what a straightforward implementation looks like:

    def glGetDoublev( pname ):
        "Natural writing of glGetDoublev using standard ctypes"
        output = c_double*sizes.get( pname )
        result = output()
        result = platform.PLATFORM.GL.glGetDoublev( pname, byref(result) )
        return Numeric.array( result )
    )GL_1_1N)glGetStringz/glGetString( constant ) -> Current string value)__doc__OpenGL.GL.VERSIONr   _simplectypesc_uintGLenumc_intGLsizeGLsizei__all__r   c_char_prestype     1/usr/lib/python3/dist-packages/OpenGL/GL/glget.py<module>r      sQ   
 0 	<<  !!oo K r   