| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Opengl.QGLContext_h
Description
Documentation
class QchooseContext_h x0 x1 where Source
Methods
chooseContext_h :: x0 -> x1 -> IO Bool Source
Instances
| QchooseContext_h (QGLContextSc a) () | |
| QchooseContext_h (QGLContext ()) () | |
| QchooseContext_h (QGLContextSc a) (QGLContext t1) | |
| QchooseContext_h (QGLContext ()) (QGLContext t1) |
class Qcreate_h x0 x1 where Source
Instances
| Qcreate_h (QGLContextSc a) () | |
| Qcreate_h (QGLContext ()) () | |
| Qcreate_h (QGLContextSc a) (QGLContext t1) | |
| Qcreate_h (QGLContext ()) (QGLContext t1) |
class QdoneCurrent_h x0 x1 where Source
Methods
doneCurrent_h :: x0 -> x1 -> IO () Source
Instances
| QdoneCurrent_h (QGLContextSc a) () | |
| QdoneCurrent_h (QGLContext ()) () |
class QmakeCurrent_h x0 x1 where Source
Methods
makeCurrent_h :: x0 -> x1 -> IO () Source
Instances
| QmakeCurrent_h (QGLContextSc a) () | |
| QmakeCurrent_h (QGLContext ()) () |
class QswapBuffers_h x0 x1 where Source
Methods
swapBuffers_h :: x0 -> x1 -> IO () Source
Instances
| QswapBuffers_h (QGLContextSc a) () | |
| QswapBuffers_h (QGLContext ()) () |