{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.BaseInstance (
gl_ARB_base_instance
, glDrawArraysInstancedBaseInstance
, glDrawElementsInstancedBaseInstance
, glDrawElementsInstancedBaseVertexBaseInstance
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_base_instance :: Bool
gl_ARB_base_instance :: Bool
gl_ARB_base_instance = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_base_instance" Set [Char]
extensions
{-# NOINLINE gl_ARB_base_instance #-}