{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.EXT.DrawInstanced (
gl_EXT_draw_instanced
, glDrawArraysInstancedEXT
, glDrawElementsInstancedEXT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_EXT_draw_instanced :: Bool
gl_EXT_draw_instanced :: Bool
gl_EXT_draw_instanced = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_EXT_draw_instanced" Set [Char]
extensions
{-# NOINLINE gl_EXT_draw_instanced #-}