-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.InternalformatQuery ( -- * Extension Support gl_ARB_internalformat_query -- * GL_ARB_internalformat_query , glGetInternalformativ , pattern GL_NUM_SAMPLE_COUNTS ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the extension is available. gl_ARB_internalformat_query :: Bool gl_ARB_internalformat_query = member "GL_ARB_internalformat_query" extensions {-# NOINLINE gl_ARB_internalformat_query #-}