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

  -- * GL_NV_depth_clamp
  , pattern GL_DEPTH_CLAMP_NV
) where

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

gl_NV_depth_clamp :: Bool
gl_NV_depth_clamp = member "GL_NV_depth_clamp" extensions

pattern GL_DEPTH_CLAMP_NV = 0x864F :: GLenum