gl-0.8.0: 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_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR :: forall a. (Num a, Eq a) => a Source #

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