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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclone()Creates and returns a copy of this object.final booleanbooleaninthashCode()Returns the objects's hash code computed byqHash(QOpenGLFramebufferObjectFormat).final intfinal booleanmipmap()final intsamples()final voidsetAttachment(QOpenGLFramebufferObject.Attachment attachment) final voidsetInternalTextureFormat(int internalTextureFormat) final voidsetMipmap(boolean enabled) final voidsetSamples(int samples) final voidsetTextureTarget(int target) final intMethods 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.
-