gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/OES/ElementIndexUint.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.ElementIndexUint (
-- * Extension Support
gl_OES_element_index_uint
-- * GL_OES_element_index_uint
, pattern GL_UNSIGNED_INT
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
-- | Checks that the GL_OES_element_index_uint extension is available.
gl_OES_element_index_uint :: Bool
gl_OES_element_index_uint = member "GL_OES_element_index_uint" extensions
{-# NOINLINE gl_OES_element_index_uint #-}