--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OGL.GL.Texturing
-- Copyright   :  (c) Sven Panne 2002-2006
-- License     :  BSD-style (see the file libraries/OpenGL/LICENSE)
-- 
-- Maintainer  :  sven.panne@aedion.de
-- Stability   :  stable
-- Portability :  portable
--
-- This module corresponds to section 3.8 (Texturing) of the OpenGL 2.1 specs.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OGL.GL.Texturing (
   module Graphics.Rendering.OGL.GL.Texturing.Specification,
   module Graphics.Rendering.OGL.GL.Texturing.Parameters,
   module Graphics.Rendering.OGL.GL.Texturing.Objects,
   module Graphics.Rendering.OGL.GL.Texturing.Environments,
   module Graphics.Rendering.OGL.GL.Texturing.Application,
   module Graphics.Rendering.OGL.GL.Texturing.Queries
) where

import Graphics.Rendering.OGL.GL.Texturing.Specification
import Graphics.Rendering.OGL.GL.Texturing.Parameters
import Graphics.Rendering.OGL.GL.Texturing.Objects
import Graphics.Rendering.OGL.GL.Texturing.Environments
import Graphics.Rendering.OGL.GL.Texturing.Application
import Graphics.Rendering.OGL.GL.Texturing.Queries