{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.SurfacelessContext (
gl_OES_surfaceless_context
, pattern GL_FRAMEBUFFER_UNDEFINED_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_surfaceless_context :: Bool
gl_OES_surfaceless_context :: Bool
gl_OES_surfaceless_context = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_surfaceless_context" Set String
extensions
{-# NOINLINE gl_OES_surfaceless_context #-}
pattern GL_FRAMEBUFFER_UNDEFINED_OES :: (Eq a, Num a) => a
pattern $mGL_FRAMEBUFFER_UNDEFINED_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_FRAMEBUFFER_UNDEFINED_OES :: forall a. (Eq a, Num a) => a
GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219