module Graphics.GL.INTEL.ParallelArrays (
glGetINTELParallelArrays,
gl_INTEL_parallel_arrays,
pattern GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL,
pattern GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL,
pattern GL_PARALLEL_ARRAYS_INTEL,
pattern GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL,
pattern GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL,
glColorPointervINTEL,
glNormalPointervINTEL,
glTexCoordPointervINTEL,
glVertexPointervINTEL
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions