java.lang.Object
io.qt.QtObject
io.qt.opengl.QOpenGLFramebufferObjectFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Specifies the format of an OpenGL framebuffer object
Java wrapper for Qt class QOpenGLFramebufferObjectFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QOpenGLFramebufferObjectFormat)
.final int
final boolean
mipmap()
final int
samples()
final void
setAttachment
(QOpenGLFramebufferObject.Attachment attachment) final void
setInternalTextureFormat
(int internalTextureFormat) final void
setMipmap
(boolean enabled) final void
setSamples
(int samples) final void
setTextureTarget
(int target) final int
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QOpenGLFramebufferObjectFormat
public QOpenGLFramebufferObjectFormat() -
QOpenGLFramebufferObjectFormat
-
-
Method Details
-
attachment
-
internalTextureFormat
-
mipmap
-
assign
-
equals
-
samples
-
setAttachment
-
setInternalTextureFormat
-
setMipmap
-
setSamples
-
setTextureTarget
-
textureTarget
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QOpenGLFramebufferObjectFormat)
. -
clone
Creates and returns a copy of this object.
See
QOpenGLFramebufferObjectFormat::
QOpenGLFramebufferObjectFormat(QOpenGLFramebufferObjectFormat)
-