--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.GL.SUNX
-- Copyright   :  (c) Sven Panne 2016
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- A convenience module, combining all raw modules containing SUNX extensions.
--
--------------------------------------------------------------------------------

module Graphics.GL.SUNX (
  module Graphics.GL.SUNX.ConstantData
) where

import Graphics.GL.SUNX.ConstantData