| Portability | ghc |
|---|---|
| Stability | experimental |
| Maintainer | relapse.dev@gmx.com |
Graphics.Rendering.OGL.Monad
Description
GL Contexts:
-
MonadGLa command that can be used in any OpenGL context. -
GLa basic command that cannot be used between begin/end. -
PrimitiveGLa primitive command sent during begin/end context.
Documentation
runPrimitive :: PrimitiveGL a -> IO aSource
This is used internally and shouldnt be needed by the user.
newtype PrimitiveGL a Source
Constructors
| PrimitiveGL (IO a) |