{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.SGIX.AsyncPixel -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.SGIX.AsyncPixel ( -- * Extension Support glGetSGIXAsyncPixel, gl_SGIX_async_pixel, -- * Enums pattern GL_ASYNC_DRAW_PIXELS_SGIX, pattern GL_ASYNC_READ_PIXELS_SGIX, pattern GL_ASYNC_TEX_IMAGE_SGIX, pattern GL_MAX_ASYNC_DRAW_PIXELS_SGIX, pattern GL_MAX_ASYNC_READ_PIXELS_SGIX, pattern GL_MAX_ASYNC_TEX_IMAGE_SGIX ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens