{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.EXT.TextureFormatBGRA8888 (
gl_EXT_texture_format_BGRA8888
, pattern GL_BGRA_EXT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
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 #-}