gl-0.9: generated-src/Graphics/GL/Ext/EXT/TextureFormatBGRA8888.hs
-- 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 = member "GL_EXT_texture_format_BGRA8888" extensions
{-# NOINLINE gl_EXT_texture_format_BGRA8888 #-}