-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.SGIX.AsyncHistogram ( -- * Extension Support gl_SGIX_async_histogram -- * GL_SGIX_async_histogram , pattern GL_ASYNC_HISTOGRAM_SGIX , pattern GL_MAX_ASYNC_HISTOGRAM_SGIX ) where import Data.Set import Graphics.GL.Raw.Internal.Proc -- | Checks that the extension is available. gl_SGIX_async_histogram :: Bool gl_SGIX_async_histogram = member "GL_SGIX_async_histogram" extensions {-# NOINLINE gl_SGIX_async_histogram #-} pattern GL_ASYNC_HISTOGRAM_SGIX = 0x832C pattern GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D