OpenGLRaw-3.3.2.0: src/Graphics/GL/REND.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.REND
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- A convenience module, combining all raw modules containing REND extensions.
--
--------------------------------------------------------------------------------
module Graphics.GL.REND (
module Graphics.GL.REND.ScreenCoordinates
) where
import Graphics.GL.REND.ScreenCoordinates