-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.IMG.ReadFormat (
  -- * Extension Support
    gl_IMG_read_format

  -- * GL_IMG_read_format
  , pattern GL_BGRA_IMG
  , pattern GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
) where

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

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/IMG/IMG_read_format.txt GL_IMG_read_format> extension is available.

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

pattern $bGL_BGRA_IMG :: a
$mGL_BGRA_IMG :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_BGRA_IMG = 0x80E1

pattern $bGL_UNSIGNED_SHORT_4_4_4_4_REV_IMG :: a
$mGL_UNSIGNED_SHORT_4_4_4_4_REV_IMG :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365