gl-0.7.7: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OVR.Multiview

Contents

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 :: (Num a, Eq a) => a Source