-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.Resample -- 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/resample.txt SGIX_resample> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.Resample ( -- * Enums gl_PACK_RESAMPLE_SGIX, gl_RESAMPLE_DECIMATE_SGIX, gl_RESAMPLE_REPLICATE_SGIX, gl_RESAMPLE_ZERO_FILL_SGIX, gl_UNPACK_RESAMPLE_SGIX ) where import Graphics.Rendering.OpenGL.Raw.Tokens