gl-0.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Raw.Extension.NV.FramebufferMultisample

Contents

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 :: (Num a, Eq a) => a Source

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