Uses of Enum
io.qt.gui.rhi.QRhiTextureRenderTarget.Flag
-
Uses of QRhiTextureRenderTarget.Flag in io.qt.gui.rhi
Modifier and TypeMethodDescriptionfinal QRhiTextureRenderTarget.Flag []
QRhiTextureRenderTarget.Flags.flags()
Returns an array of flag objects represented by this Flags.static QRhiTextureRenderTarget.Flag
QRhiTextureRenderTarget.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiTextureRenderTarget.Flag
Returns the enum constant of this type with the specified name.static QRhiTextureRenderTarget.Flag[]
QRhiTextureRenderTarget.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQRhiTextureRenderTarget.Flag.cleared
(QRhiTextureRenderTarget.Flag e) Excludes other enum entry from a flag of this entry.QRhiTextureRenderTarget.Flag.combined
(QRhiTextureRenderTarget.Flag e) Combines this entry with other enum entry.QRhiTextureRenderTarget.Flags.combined
(QRhiTextureRenderTarget.Flag e) Combines this flags with enum entry.QRhiTextureRenderTarget.Flag.flags
(QRhiTextureRenderTarget.Flag ... values) Creates a newQRhiTextureRenderTarget.Flags
from the entries.final QRhiTextureRenderTarget
QRhi.newTextureRenderTarget
(QRhiTextureRenderTargetDescription desc, QRhiTextureRenderTarget.Flag ... flags) QRhiTextureRenderTarget.Flags.setFlag
(QRhiTextureRenderTarget.Flag e) Sets the flage
QRhiTextureRenderTarget.Flags.setFlag
(QRhiTextureRenderTarget.Flag e, boolean on) Sets or clears the flagflag
final void
QRhiTextureRenderTarget.setFlags
(QRhiTextureRenderTarget.Flag ... f) Overloaded function forQRhiTextureRenderTarget.setFlags(io.qt.gui.rhi.QRhiTextureRenderTarget.Flags)
.ModifierConstructorDescriptionFlags
(QRhiTextureRenderTarget.Flag ... args) Creates a new Flags where the flags inargs
are set.