gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OVR.Multiview

Synopsis

Extension Support

gl_OVR_multiview :: Bool Source #

Checks that the GL_OVR_multiview extension is available.

GL_OVR_multiview

glFramebufferTextureMultiviewOVR :: MonadIO m => GLenum -> GLenum -> GLuint -> GLint -> GLint -> GLsizei -> m () Source #

Usage: glFramebufferTextureMultiviewOVR target attachment texture level baseViewIndex numViews

The parameter target is a FramebufferTarget.

The parameter attachment is a FramebufferAttachment.

The parameter texture is a Texture.

The parameter level is a CheckedInt32.

pattern GL_MAX_VIEWS_OVR :: (Eq a, Num a) => a Source #