-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.SGIX.FlushRaster -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.SGIX.FlushRaster ( -- * Extension Support glGetSGIXFlushRaster, gl_SGIX_flush_raster, -- * Functions glFlushRasterSGIX ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Functions