packages feed

OpenGLRaw-3.2.7.0: src/Graphics/GL/OVR.hs

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

module Graphics.GL.OVR (
  module Graphics.GL.OVR.Multiview
) where

import Graphics.GL.OVR.Multiview