Documentation
class QdoneCurrent_h x0 x1 where #
doneCurrent_h :: x0 -> x1 -> IO () #
Instances
QdoneCurrent_h (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext_h doneCurrent_h :: QGLContext () -> () -> IO () # | |
QdoneCurrent_h (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext_h doneCurrent_h :: QGLContextSc a -> () -> IO () # |
class QmakeCurrent_h x0 x1 where #
makeCurrent_h :: x0 -> x1 -> IO () #
Instances
QmakeCurrent_h (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext_h makeCurrent_h :: QGLContext () -> () -> IO () # | |
QmakeCurrent_h (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext_h makeCurrent_h :: QGLContextSc a -> () -> IO () # |
class QswapBuffers_h x0 x1 where #
swapBuffers_h :: x0 -> x1 -> IO () #
Instances
QswapBuffers_h (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext_h swapBuffers_h :: QGLContext () -> () -> IO () # | |
QswapBuffers_h (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext_h swapBuffers_h :: QGLContextSc a -> () -> IO () # |
class QchooseContext_h x0 x1 where #
chooseContext_h :: x0 -> x1 -> IO Bool #
Instances
QchooseContext_h (QGLContext ()) (QGLContext t1) # | |
Defined in Qtc.Opengl.QGLContext_h chooseContext_h :: QGLContext () -> QGLContext t1 -> IO Bool # | |
QchooseContext_h (QGLContextSc a) (QGLContext t1) # | |
Defined in Qtc.Opengl.QGLContext_h chooseContext_h :: QGLContextSc a -> QGLContext t1 -> IO Bool # |