-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.IndexArrayFormats -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The 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