{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.MultiBind (
gl_ARB_multi_bind
, glBindBuffersBase
, glBindBuffersRange
, glBindImageTextures
, glBindSamplers
, glBindTextures
, glBindVertexBuffers
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_multi_bind :: Bool
gl_ARB_multi_bind :: Bool
gl_ARB_multi_bind = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_multi_bind" Set [Char]
extensions
{-# NOINLINE gl_ARB_multi_bind #-}