--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.NV.PackedDepthStencil
-- Copyright   :  (c) Sven Panne 2009
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  sven.panne@aedion.de
-- Stability   :  stable
-- Portability :  portable
--
-- All tokens from the NV_packed_depth_stencil extension, see
-- <http://www.opengl.org/registry/specs/NV/packed_depth_stencil.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.NV.PackedDepthStencil (
   -- * Tokens
   gl_DEPTH_STENCIL,
   gl_UNSIGNED_INT_24_8
) where

import Graphics.Rendering.OpenGL.Raw.Core32