-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.DeepTexture3D -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The 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