-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.SGIX.Subsample ( -- * Extension Support gl_SGIX_subsample -- * GL_SGIX_subsample , pattern GL_PACK_SUBSAMPLE_RATE_SGIX , pattern GL_PIXEL_SUBSAMPLE_2424_SGIX , pattern GL_PIXEL_SUBSAMPLE_4242_SGIX , pattern GL_PIXEL_SUBSAMPLE_4444_SGIX , pattern GL_UNPACK_SUBSAMPLE_RATE_SGIX ) where import Data.Set import Graphics.GL.Raw.Internal.Proc gl_SGIX_subsample :: Bool gl_SGIX_subsample = member "GL_SGIX_subsample" extensions pattern GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 pattern GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 pattern GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 pattern GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 pattern GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1