{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.ElementIndexUint (
gl_OES_element_index_uint
, pattern GL_UNSIGNED_INT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_OES_element_index_uint :: Bool
gl_OES_element_index_uint :: Bool
gl_OES_element_index_uint = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_element_index_uint" Set [Char]
extensions
{-# NOINLINE gl_OES_element_index_uint #-}