-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.APPLE.ClientStorage -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.APPLE.ClientStorage ( -- * Enums gl_UNPACK_CLIENT_STORAGE_APPLE ) where import Graphics.Rendering.OpenGL.Raw.Tokens