-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.BaseInstance (
  -- * Extension Support
    gl_ARB_base_instance

  -- * GL_ARB_base_instance
  , glDrawArraysInstancedBaseInstance
  , glDrawElementsInstancedBaseInstance
  , glDrawElementsInstancedBaseVertexBaseInstance
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared

gl_ARB_base_instance :: Bool
gl_ARB_base_instance = member "GL_ARB_base_instance" extensions