{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.ES3Compatibility (
gl_ARB_ES3_compatibility
, pattern GL_ANY_SAMPLES_PASSED_CONSERVATIVE
, pattern GL_COMPRESSED_R11_EAC
, pattern GL_COMPRESSED_RG11_EAC
, pattern GL_COMPRESSED_RGB8_ETC2
, pattern GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
, pattern GL_COMPRESSED_RGBA8_ETC2_EAC
, pattern GL_COMPRESSED_SIGNED_R11_EAC
, pattern GL_COMPRESSED_SIGNED_RG11_EAC
, pattern GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
, pattern GL_COMPRESSED_SRGB8_ETC2
, pattern GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
, pattern GL_MAX_ELEMENT_INDEX
, pattern GL_PRIMITIVE_RESTART_FIXED_INDEX
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_ES3_compatibility :: Bool
gl_ARB_ES3_compatibility :: Bool
gl_ARB_ES3_compatibility = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_ES3_compatibility" Set [Char]
extensions
{-# NOINLINE gl_ARB_ES3_compatibility #-}