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

  -- * GL_NV_depth_nonlinear
  , pattern GL_DEPTH_COMPONENT16_NONLINEAR_NV
) where

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

gl_NV_depth_nonlinear :: Bool
gl_NV_depth_nonlinear = member "GL_NV_depth_nonlinear" extensions

pattern GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C