{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.MapBufferAlignment -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.MapBufferAlignment ( -- * Extension Support glGetARBMapBufferAlignment, gl_ARB_map_buffer_alignment, -- * Enums pattern GL_MIN_MAP_BUFFER_ALIGNMENT ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens