ó
ÄnKc           @   sh   d  Z  d d l m Z m Z m Z m Z d d l m Z m Z d d l m	 Z	 d d l
 Z
 d d l Td S(   sƒ  OpenGL extension INTEL.parallel_arrays

This module customises the behaviour of the 
OpenGL.raw.GL.INTEL.parallel_arrays to provide a more 
Python-friendly API

Overview (from the spec)
	
	This extension adds the ability to format vertex arrays in a way that's 

The official definition of this extension is available here:
http://www.opengl.org/registry/specs/INTEL/parallel_arrays.txt
iÿÿÿÿ(   t   platformt	   constantst   constantt   arrays(   t
   extensionst   wrapper(   t   glgetN(   t   *(   t   __doc__t   OpenGLR    R   R   R   R   R   t	   OpenGL.GLR   t   ctypest#   OpenGL.raw.GL.INTEL.parallel_arrays(    (    (    s@   C:\Python27\Lib\site-packages\OpenGL\GL\INTEL\parallel_arrays.pyt   <module>   s
   "