-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.OVR -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- 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