OpenGLRaw-3.3.4.1: A raw binding for the OpenGL graphics system
Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.MESA.FramebufferFlipY

Description

 
Synopsis

Extension Support

gl_MESA_framebuffer_flip_y :: Bool Source #

Is the MESA_framebuffer_flip_y extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetMESAFramebufferFlipY in those cases instead.

Enums

Functions

glFramebufferParameteriMESA Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLenum

pname of type FramebufferParameterName.

-> GLint

param.

-> m () 

glGetFramebufferParameterivMESA Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLenum

pname of type FramebufferAttachmentParameterName.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> m ()