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

  -- * GL_EXT_texture_shared_exponent
  , pattern GL_RGB9_E5_EXT
  , pattern GL_TEXTURE_SHARED_SIZE_EXT
  , pattern GL_UNSIGNED_INT_5_9_9_9_REV_EXT
) where

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

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_shared_exponent.txt GL_EXT_texture_shared_exponent> extension is available.

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

pattern $bGL_RGB9_E5_EXT :: a
$mGL_RGB9_E5_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_RGB9_E5_EXT = 0x8C3D

pattern $bGL_TEXTURE_SHARED_SIZE_EXT :: a
$mGL_TEXTURE_SHARED_SIZE_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_TEXTURE_SHARED_SIZE_EXT = 0x8C3F

pattern $bGL_UNSIGNED_INT_5_9_9_9_REV_EXT :: a
$mGL_UNSIGNED_INT_5_9_9_9_REV_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_UNSIGNED_INT_5_9_9_9_REV_EXT = 0x8C3E