-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.SurfacelessContext (
  -- * Extension Support
    gl_OES_surfaceless_context

  -- * GL_OES_surfaceless_context
  , pattern GL_FRAMEBUFFER_UNDEFINED_OES
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types

gl_OES_surfaceless_context :: Bool
gl_OES_surfaceless_context = member "GL_OES_surfaceless_context" extensions

pattern GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 :: GLenum