-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.EXT.TextureFormatBGRA8888 (
  -- * Extension Support
    gl_EXT_texture_format_BGRA8888

  -- * GL_EXT_texture_format_BGRA8888
  , pattern GL_BGRA_EXT
) where

import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_format_BGRA8888.txt GL_EXT_texture_format_BGRA8888> extension is available.

gl_EXT_texture_format_BGRA8888 :: Bool
gl_EXT_texture_format_BGRA8888 :: Bool
gl_EXT_texture_format_BGRA8888 = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_EXT_texture_format_BGRA8888" Set [Char]
extensions
{-# NOINLINE gl_EXT_texture_format_BGRA8888 #-}