Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.GL.ARB.FramebufferNoAttachments
Contents
Description
- glGetARBFramebufferNoAttachments :: MonadIO m => m Bool
- gl_ARB_framebuffer_no_attachments :: Bool
- pattern GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS :: GLenum
- pattern GL_FRAMEBUFFER_DEFAULT_HEIGHT :: GLenum
- pattern GL_FRAMEBUFFER_DEFAULT_LAYERS :: GLenum
- pattern GL_FRAMEBUFFER_DEFAULT_SAMPLES :: GLenum
- pattern GL_FRAMEBUFFER_DEFAULT_WIDTH :: GLenum
- pattern GL_MAX_FRAMEBUFFER_HEIGHT :: GLenum
- pattern GL_MAX_FRAMEBUFFER_LAYERS :: GLenum
- pattern GL_MAX_FRAMEBUFFER_SAMPLES :: GLenum
- pattern GL_MAX_FRAMEBUFFER_WIDTH :: GLenum
- glFramebufferParameteri :: MonadIO m => GLenum -> GLenum -> GLint -> m ()
- glGetFramebufferParameteriv :: MonadIO m => GLenum -> GLenum -> Ptr GLint -> m ()
Extension Support
glGetARBFramebufferNoAttachments :: MonadIO m => m Bool #
Is the ARB_framebuffer_no_attachments extension supported?
gl_ARB_framebuffer_no_attachments :: Bool #
Is the ARB_framebuffer_no_attachments extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBFramebufferNoAttachments
in those cases instead.
Enums
pattern GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS :: GLenum #
pattern GL_FRAMEBUFFER_DEFAULT_HEIGHT :: GLenum #
pattern GL_FRAMEBUFFER_DEFAULT_LAYERS :: GLenum #
pattern GL_FRAMEBUFFER_DEFAULT_SAMPLES :: GLenum #
pattern GL_FRAMEBUFFER_DEFAULT_WIDTH :: GLenum #
pattern GL_MAX_FRAMEBUFFER_HEIGHT :: GLenum #
pattern GL_MAX_FRAMEBUFFER_LAYERS :: GLenum #
pattern GL_MAX_FRAMEBUFFER_SAMPLES :: GLenum #
pattern GL_MAX_FRAMEBUFFER_WIDTH :: GLenum #
Functions
Manual page for OpenGL 4.x.