Uses of Class
io.qt.opengl.QOpenGLFramebufferObject.FramebufferRestorePolicy
Package | Description |
---|---|
io.qt.opengl |
-
Uses of QOpenGLFramebufferObject.FramebufferRestorePolicy in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLFramebufferObject.FramebufferRestorePolicy Modifier and Type Method Description static QOpenGLFramebufferObject.FramebufferRestorePolicy
QOpenGLFramebufferObject.FramebufferRestorePolicy. resolve(int value)
Returns the corresponding enum entry for the given value.static QOpenGLFramebufferObject.FramebufferRestorePolicy
QOpenGLFramebufferObject.FramebufferRestorePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOpenGLFramebufferObject.FramebufferRestorePolicy[]
QOpenGLFramebufferObject.FramebufferRestorePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.opengl with parameters of type QOpenGLFramebufferObject.FramebufferRestorePolicy Modifier and Type Method Description static void
QOpenGLFramebufferObject. blitFramebuffer(QOpenGLFramebufferObject target, QRect targetRect, QOpenGLFramebufferObject source, QRect sourceRect, int buffers, int filter, int readColorAttachmentIndex, int drawColorAttachmentIndex, QOpenGLFramebufferObject.FramebufferRestorePolicy restorePolicy)