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

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

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