Portability | ghc |
---|---|
Stability | experimental |
Maintainer | relapse.dev@gmx.com |
GL Contexts:
-
MonadGL
a command that can be used in any OpenGL context. -
GL
a basic command that cannot be used between begin/end. -
PrimitiveGL
a 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
PrimitiveGL (IO a) |