{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.CopyDepthToColor (
gl_NV_copy_depth_to_color
, pattern GL_DEPTH_STENCIL_TO_BGRA_NV
, pattern GL_DEPTH_STENCIL_TO_RGBA_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_copy_depth_to_color :: Bool
gl_NV_copy_depth_to_color = member "GL_NV_copy_depth_to_color" extensions
{-# NOINLINE gl_NV_copy_depth_to_color #-}
pattern GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886F
pattern GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886E