gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/APPLE/TextureFormatBGRA8888.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.APPLE.TextureFormatBGRA8888 (
-- * Extension Support
gl_APPLE_texture_format_BGRA8888
-- * GL_APPLE_texture_format_BGRA8888
, pattern GL_BGRA8_EXT
, pattern GL_BGRA_EXT
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
-- | Checks that the GL_APPLE_texture_format_BGRA8888 extension is available.
gl_APPLE_texture_format_BGRA8888 :: Bool
gl_APPLE_texture_format_BGRA8888 = member "GL_APPLE_texture_format_BGRA8888" extensions
{-# NOINLINE gl_APPLE_texture_format_BGRA8888 #-}