gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/NV/DepthNonlinear.hs
-- 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
-- | Checks that the GL_NV_depth_nonlinear 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