-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc -- | Checks that the extension is available. gl_OML_subsample :: Bool gl_OML_subsample = member "GL_OML_subsample" extensions {-# NOINLINE gl_OML_subsample #-} pattern GL_FORMAT_SUBSAMPLE_244_244_OML = 0x8983 pattern GL_FORMAT_SUBSAMPLE_24_24_OML = 0x8982