-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.PackedPixels -- Copyright : (c) Sven Panne 2009 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : sven.panne@aedion.de -- Stability : stable -- Portability : portable -- -- All tokens from the EXT_packed_pixel extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.PackedPixels ( -- * Tokens gl_UNSIGNED_BYTE_3_3_2, gl_UNSIGNED_SHORT_4_4_4_4, gl_UNSIGNED_SHORT_5_5_5_1, gl_UNSIGNED_INT_8_8_8_8, gl_UNSIGNED_INT_10_10_10_2 ) where import Graphics.Rendering.OpenGL.Raw.Core32