OpenGLRaw-2.5.5.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2015
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.EXT.FramebufferBlit

Contents

Description

 

Synopsis

Extension Support

glGetEXTFramebufferBlit :: MonadIO m => m Bool Source

Is the EXT_framebuffer_blit extension supported?

gl_EXT_framebuffer_blit :: Bool Source

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

Enums

Functions

glBlitFramebufferEXT Source

Arguments

:: MonadIO m 
=> GLint

srcX0.

-> GLint

srcY0.

-> GLint

srcX1.

-> GLint

srcY1.

-> GLint

dstX0.

-> GLint

dstY0.

-> GLint

dstX1.

-> GLint

dstY1.

-> GLbitfield

mask of type ClearBufferMask.

-> GLenum

filter.

-> m () 

This command is an alias for glBlitFramebuffer.