{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.APPLE.ClientStorage (
gl_APPLE_client_storage
, pattern GL_UNPACK_CLIENT_STORAGE_APPLE
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_APPLE_client_storage :: Bool
gl_APPLE_client_storage :: Bool
gl_APPLE_client_storage = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_APPLE_client_storage" Set [Char]
extensions
{-# NOINLINE gl_APPLE_client_storage #-}
pattern $bGL_UNPACK_CLIENT_STORAGE_APPLE :: a
$mGL_UNPACK_CLIENT_STORAGE_APPLE :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_UNPACK_CLIENT_STORAGE_APPLE = 0x85B2