-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.DrawElementsBaseVertex -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.DrawElementsBaseVertex ( -- * Extension Support glGetARBDrawElementsBaseVertex, gl_ARB_draw_elements_base_vertex, -- * Functions glDrawElementsBaseVertex, glDrawElementsInstancedBaseVertex, glDrawRangeElementsBaseVertex, glMultiDrawElementsBaseVertex ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Functions