-- This file was automatically generated. {-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.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.Internal.Proc -- | Checks that the extension is available. gl_NV_depth_nonlinear :: Bool gl_NV_depth_nonlinear = member "GL_NV_depth_nonlinear" extensions {-# NOINLINE gl_NV_depth_nonlinear #-} pattern GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C