-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.IndexArrayFormats -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/EXT/index_array_formats.txt EXT_index_array_formats> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.IndexArrayFormats ( -- * Enums gl_IUI_N3F_V2F_EXT, gl_IUI_N3F_V3F_EXT, gl_IUI_V2F_EXT, gl_IUI_V3F_EXT, gl_T2F_IUI_N3F_V2F_EXT, gl_T2F_IUI_N3F_V3F_EXT, gl_T2F_IUI_V2F_EXT, gl_T2F_IUI_V3F_EXT ) where import Graphics.Rendering.OpenGL.Raw.Tokens