-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.APPLE.ClientStorage (
  -- * Extension Support
    gl_APPLE_client_storage

  -- * GL_APPLE_client_storage
  , pattern GL_UNPACK_CLIENT_STORAGE_APPLE
) where

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

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

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