-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.TextureLODBias -- 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/texture_lod_bias.txt SGIX_texture_lod_bias> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.TextureLODBias ( -- * Enums gl_TEXTURE_LOD_BIAS_R_SGIX, gl_TEXTURE_LOD_BIAS_S_SGIX, gl_TEXTURE_LOD_BIAS_T_SGIX ) where import Graphics.Rendering.OpenGL.Raw.Tokens