Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.OVR.Multiview
Contents
Description
- glGetOVRMultiview :: MonadIO m => m Bool
- gl_OVR_multiview :: Bool
- gl_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR :: GLenum
- gl_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR :: GLenum
- gl_MAX_VIEWS_OVR :: GLenum
- glFramebufferTextureMultiviewOVR :: MonadIO m => GLenum -> GLenum -> GLuint -> GLint -> GLint -> GLsizei -> m ()
Extension Support
glGetOVRMultiview :: MonadIO m => m Bool Source
Is the OVR_multiview extension supported?
gl_OVR_multiview :: Bool Source
Is the OVR_multiview extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetOVRMultiview
in those cases instead.