gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.NV.FramebufferMultisample

Synopsis

Extension Support

gl_NV_framebuffer_multisample :: Bool Source #

Checks that the GL_NV_framebuffer_multisample extension is available.

GL_NV_framebuffer_multisample

glRenderbufferStorageMultisampleNV :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> GLsizei -> m () Source #

Usage: glRenderbufferStorageMultisampleNV target samples internalformat width height

This command is an alias for glRenderbufferStorageMultisample.

pattern GL_MAX_SAMPLES_NV :: (Eq a, Num a) => a Source #

pattern GL_RENDERBUFFER_SAMPLES_NV :: (Eq a, Num a) => a Source #