gl-0.7.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.EXT.DiscardFramebuffer

Contents

Synopsis

Extension Support

gl_EXT_discard_framebuffer :: Bool Source

Checks that the GL_EXT_discard_framebuffer extension is available.

GL_EXT_discard_framebuffer

glDiscardFramebufferEXT :: MonadIO m => GLenum -> GLsizei -> Ptr GLenum -> m () Source

Usage: glDiscardFramebufferEXT target numAttachments attachments

The length of attachments should be numAttachments.

pattern GL_COLOR_EXT :: (Num a, Eq a) => a Source

pattern GL_DEPTH_EXT :: (Num a, Eq a) => a Source

pattern GL_STENCIL_EXT :: (Num a, Eq a) => a Source