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