{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.APPLE.TextureFormatBGRA8888 (
gl_APPLE_texture_format_BGRA8888
, pattern GL_BGRA8_EXT
, pattern GL_BGRA_EXT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_APPLE_texture_format_BGRA8888 :: Bool
gl_APPLE_texture_format_BGRA8888 :: Bool
gl_APPLE_texture_format_BGRA8888 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_APPLE_texture_format_BGRA8888" Set String
extensions
{-# NOINLINE gl_APPLE_texture_format_BGRA8888 #-}