Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.FramebufferNoAttachments
Description
All raw functions and tokens from the ARB_framebuffer_no_attachments extension, see http://www.opengl.org/registry/specs/ARB/framebuffer_no_attachments.txt.
- glFramebufferParameteri :: GLenum -> GLenum -> GLint -> IO ()
- glGetFramebufferParameteriv :: GLenum -> GLenum -> Ptr GLint -> IO ()
- gl_FRAMEBUFFER_DEFAULT_WIDTH :: GLenum
- gl_FRAMEBUFFER_DEFAULT_HEIGHT :: GLenum
- gl_FRAMEBUFFER_DEFAULT_LAYERS :: GLenum
- gl_FRAMEBUFFER_DEFAULT_SAMPLES :: GLenum
- gl_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS :: GLenum
- gl_MAX_FRAMEBUFFER_WIDTH :: GLenum
- gl_MAX_FRAMEBUFFER_HEIGHT :: GLenum
- gl_MAX_FRAMEBUFFER_LAYERS :: GLenum
- gl_MAX_FRAMEBUFFER_SAMPLES :: GLenum
Functions
glFramebufferParameteri Source
Manual page for OpenGL 4.x
glGetFramebufferParameteriv Source
Arguments
:: GLenum |
|
-> GLenum |
|
-> Ptr GLint |
|
-> IO () |
Manual page for OpenGL 4.x