-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.DepthClamp (
  -- * Extension Support
    gl_NV_depth_clamp

  -- * GL_NV_depth_clamp
  , pattern GL_DEPTH_CLAMP_NV
) where

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

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

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

pattern $bGL_DEPTH_CLAMP_NV :: a
$mGL_DEPTH_CLAMP_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_DEPTH_CLAMP_NV = 0x864F