gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/SGIX/AsyncHistogram.hs
-- 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
import Graphics.GL.Raw.Types
gl_SGIX_async_histogram :: Bool
gl_SGIX_async_histogram = member "GL_SGIX_async_histogram" extensions
pattern GL_ASYNC_HISTOGRAM_SGIX = 0x832C :: GLenum
pattern GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D :: GLenum