-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc gl_NV_copy_depth_to_color :: Bool gl_NV_copy_depth_to_color = member "GL_NV_copy_depth_to_color" extensions pattern GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886F pattern GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886E