-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.Subsample -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/SGIX/subsample.txt SGIX_subsample> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.Subsample ( -- * Enums gl_PACK_SUBSAMPLE_RATE_SGIX, gl_PIXEL_SUBSAMPLE_2424_SGIX, gl_PIXEL_SUBSAMPLE_4242_SGIX, gl_PIXEL_SUBSAMPLE_4444_SGIX, gl_UNPACK_SUBSAMPLE_RATE_SGIX ) where import Graphics.Rendering.OpenGL.Raw.Tokens