-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.Resample -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.Resample ( -- * Extension Support glGetSGIXResample, gl_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.ExtensionPredicates import Graphics.Rendering.OpenGL.Raw.Tokens