Documentation
class QqqOpenGLFramebufferObject x1 where #
qqOpenGLFramebufferObject :: x1 -> IO (QOpenGLFramebufferObject ()) #
Instances
class QqOpenGLFramebufferObject x1 where #
qOpenGLFramebufferObject :: x1 -> IO (QOpenGLFramebufferObject ()) #
Instances
class QqqOpenGLFramebufferObject_nf x1 where #
qqOpenGLFramebufferObject_nf :: x1 -> IO (QOpenGLFramebufferObject ()) #
Instances
class QqOpenGLFramebufferObject_nf x1 where #
qOpenGLFramebufferObject_nf :: x1 -> IO (QOpenGLFramebufferObject ()) #
Instances
class QaddColorAttachment x1 where #
addColorAttachment :: QOpenGLFramebufferObject a -> x1 -> IO () #
Instances
QaddColorAttachment Size # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject addColorAttachment :: QOpenGLFramebufferObject a -> Size -> IO () # | |
QaddColorAttachment (Int, Int) # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject addColorAttachment :: QOpenGLFramebufferObject a -> (Int, Int) -> IO () # | |
QaddColorAttachment (Size, GLenum) # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject addColorAttachment :: QOpenGLFramebufferObject a -> (Size, GLenum) -> IO () # | |
QaddColorAttachment (Int, Int, GLenum) # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject addColorAttachment :: QOpenGLFramebufferObject a -> (Int, Int, GLenum) -> IO () # |
class QqaddColorAttachment x1 where #
qaddColorAttachment :: QOpenGLFramebufferObject a -> x1 -> IO () #
Instances
QqaddColorAttachment (QSize t1) # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject qaddColorAttachment :: QOpenGLFramebufferObject a -> QSize t1 -> IO () # | |
QqaddColorAttachment (QSize t1, GLenum) # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject qaddColorAttachment :: QOpenGLFramebufferObject a -> (QSize t1, GLenum) -> IO () # |
qOpenGLFramebufferObjectBindDefault :: () -> IO Bool #
class QqOpenGLFramebufferObjectBlitFramebuffer x1 where #
qOpenGLFramebufferObjectBlitFramebuffer :: x1 -> IO () #
Instances
class QqqOpenGLFramebufferObjectBlitFramebuffer x1 where #
qqOpenGLFramebufferObjectBlitFramebuffer :: x1 -> IO () #
Instances
qOpenGLFramebufferObjectHasOpenGLFramebufferBlit :: () -> IO Bool #
qOpenGLFramebufferObjectHasOpenGLFramebufferObjects :: () -> IO Bool #
class QtakeTexture x1 where #
takeTexture :: QOpenGLFramebufferObject a -> x1 -> IO GLuint #
Instances
QtakeTexture Int # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject takeTexture :: QOpenGLFramebufferObject a -> Int -> IO GLuint # | |
QtakeTexture () # | |
Defined in Qtc.Gui.QOpenGLFramebufferObject takeTexture :: QOpenGLFramebufferObject a -> () -> IO GLuint # |
textures :: QOpenGLFramebufferObject a -> () -> IO [GLuint] #
qOpenGLFramebufferObject_delete :: QOpenGLFramebufferObject a -> IO () #