{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.DepthClamp (
gl_NV_depth_clamp
, pattern GL_DEPTH_CLAMP_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_depth_clamp :: Bool
gl_NV_depth_clamp :: Bool
gl_NV_depth_clamp = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_NV_depth_clamp" Set String
extensions
{-# NOINLINE gl_NV_depth_clamp #-}
pattern GL_DEPTH_CLAMP_NV :: (Eq a, Num a) => a
pattern $mGL_DEPTH_CLAMP_NV :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_DEPTH_CLAMP_NV :: forall a. (Eq a, Num a) => a
GL_DEPTH_CLAMP_NV = 0x864F