Copyright | (c) Sven Panne, Lars Corbijn 2011-2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferObjects
Description
Documentation
data FramebufferObject Source #
data FramebufferStatus Source #
Constructors
Complete | |
Undefined | |
IncompleteMissingAttachment | |
IncompleteDrawBuffer | |
IncompleteReadBuffer | |
IncompleteMultiSample | |
Unsupported |
Instances