-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.DepthTexture -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/SGIX/depth_texture.txt SGIX_depth_texture> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.DepthTexture ( -- * Enums gl_DEPTH_COMPONENT16_SGIX, gl_DEPTH_COMPONENT24_SGIX, gl_DEPTH_COMPONENT32_SGIX ) where import Graphics.Rendering.OpenGL.Raw.Tokens