gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OVR.MultiviewMultisampledRenderToTexture

Synopsis

Extension Support

GL_OVR_multiview_multisampled_render_to_texture

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

Usage: glFramebufferTextureMultisampleMultiviewOVR target attachment texture level samples 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.