Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetOVRMultiview :: MonadIO m => m Bool
- gl_OVR_multiview :: Bool
- pattern GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR :: GLenum
- pattern GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR :: GLenum
- pattern 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.
Enums
pattern GL_MAX_VIEWS_OVR :: GLenum Source #