-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.DeepTexture3D -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/NV/deep_texture3D.txt NV_deep_texture3D> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.DeepTexture3D ( -- * Enums gl_MAX_DEEP_3D_TEXTURE_DEPTH_NV, gl_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV ) where import Graphics.Rendering.OpenGL.Raw.Tokens