-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OML.Subsample (
  -- * Extension Support
    gl_OML_subsample

  -- * GL_OML_subsample
  , pattern GL_FORMAT_SUBSAMPLE_244_244_OML
  , pattern GL_FORMAT_SUBSAMPLE_24_24_OML
) where

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

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/subsample.txt GL_OML_subsample> extension is available.

gl_OML_subsample :: Bool
gl_OML_subsample :: Bool
gl_OML_subsample = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OML_subsample" Set [Char]
extensions
{-# NOINLINE gl_OML_subsample #-}

pattern $bGL_FORMAT_SUBSAMPLE_244_244_OML :: a
$mGL_FORMAT_SUBSAMPLE_244_244_OML :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_FORMAT_SUBSAMPLE_244_244_OML = 0x8983

pattern $bGL_FORMAT_SUBSAMPLE_24_24_OML :: a
$mGL_FORMAT_SUBSAMPLE_24_24_OML :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_FORMAT_SUBSAMPLE_24_24_OML = 0x8982