gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/AMD/DepthClampSeparate.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.AMD.DepthClampSeparate (
-- * Extension Support
gl_AMD_depth_clamp_separate
-- * GL_AMD_depth_clamp_separate
, pattern GL_DEPTH_CLAMP_FAR_AMD
, pattern GL_DEPTH_CLAMP_NEAR_AMD
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_AMD_depth_clamp_separate :: Bool
gl_AMD_depth_clamp_separate = member "GL_AMD_depth_clamp_separate" extensions
pattern GL_DEPTH_CLAMP_FAR_AMD = 0x901F
pattern GL_DEPTH_CLAMP_NEAR_AMD = 0x901E