OpenGLRaw-3.2.7.0: src/Graphics/GL/ARB/BaseInstance.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.ARB.BaseInstance
-- Copyright : (c) Sven Panne 2017
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.ARB.BaseInstance (
-- * Extension Support
glGetARBBaseInstance,
gl_ARB_base_instance,
-- * Functions
glDrawArraysInstancedBaseInstance,
glDrawElementsInstancedBaseInstance,
glDrawElementsInstancedBaseVertexBaseInstance
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Functions