gl-0.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Raw.Extension.EXT.MultisampledRenderToTexture

Contents

Synopsis

Extension Support

gl_EXT_multisampled_render_to_texture :: Bool Source

Checks that the GL_EXT_multisampled_render_to_texture extension is available.

GL_EXT_multisampled_render_to_texture

glFramebufferTexture2DMultisampleEXT :: MonadIO m => GLenum -> GLenum -> GLenum -> GLuint -> GLint -> GLsizei -> m () Source

Usage: glFramebufferTexture2DMultisampleEXT target attachment textarget texture level samples

glRenderbufferStorageMultisampleEXT :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> GLsizei -> m () Source

Usage: glRenderbufferStorageMultisampleEXT target samples internalformat width height

This command is an alias for glRenderbufferStorageMultisample.

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

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