{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.MapBufferAlignment (
gl_ARB_map_buffer_alignment
, pattern GL_MIN_MAP_BUFFER_ALIGNMENT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_map_buffer_alignment :: Bool
gl_ARB_map_buffer_alignment :: Bool
gl_ARB_map_buffer_alignment = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_map_buffer_alignment" Set [Char]
extensions
{-# NOINLINE gl_ARB_map_buffer_alignment #-}