OpenGLRaw-2.5.0.0: src/Graphics/Rendering/OpenGL/Raw/OVR.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.OVR
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- A convenience module, combining all raw modules containing OVR extensions.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.OVR (
module Graphics.Rendering.OpenGL.Raw.OVR.Multiview
) where
import Graphics.Rendering.OpenGL.Raw.OVR.Multiview