-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.CopyDepthToColor (
  -- * Extension Support
    gl_NV_copy_depth_to_color

  -- * 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

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/copy_depth_to_color.txt GL_NV_copy_depth_to_color> extension is available.

gl_NV_copy_depth_to_color :: Bool
gl_NV_copy_depth_to_color :: Bool
gl_NV_copy_depth_to_color = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_NV_copy_depth_to_color" Set String
extensions
{-# NOINLINE gl_NV_copy_depth_to_color #-}

pattern GL_DEPTH_STENCIL_TO_BGRA_NV  :: (Eq a, Num a) => a

pattern $mGL_DEPTH_STENCIL_TO_BGRA_NV :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_DEPTH_STENCIL_TO_BGRA_NV :: forall a. (Eq a, Num a) => a
GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886F

pattern GL_DEPTH_STENCIL_TO_RGBA_NV  :: (Eq a, Num a) => a

pattern $mGL_DEPTH_STENCIL_TO_RGBA_NV :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_DEPTH_STENCIL_TO_RGBA_NV :: forall a. (Eq a, Num a) => a
GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886E