gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/NV/PackedDepthStencil.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.PackedDepthStencil (
-- * Extension Support
gl_NV_packed_depth_stencil
-- * GL_NV_packed_depth_stencil
, pattern GL_DEPTH_STENCIL_NV
, pattern GL_UNSIGNED_INT_24_8_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_NV_packed_depth_stencil :: Bool
gl_NV_packed_depth_stencil = member "GL_NV_packed_depth_stencil" extensions
pattern GL_DEPTH_STENCIL_NV = 0x84F9 :: GLenum
pattern GL_UNSIGNED_INT_24_8_NV = 0x84FA :: GLenum