Uses of Enum
io.qt.gui.rhi.QRhiTexture.Flag
Packages that use QRhiTexture.Flag
-
Uses of QRhiTexture.Flag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiTexture.FlagModifier and TypeMethodDescriptionfinal QRhiTexture.Flag []
QRhiTexture.Flags.flags()
Returns an array of flag objects represented by this Flags.static QRhiTexture.Flag
QRhiTexture.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiTexture.Flag
Returns the enum constant of this type with the specified name.static QRhiTexture.Flag[]
QRhiTexture.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiTexture.FlagModifier and TypeMethodDescriptionQRhiTexture.Flag.cleared
(QRhiTexture.Flag e) Excludes other enum entry from a flag of this entry.QRhiTexture.Flag.combined
(QRhiTexture.Flag e) Combines this entry with other enum entry.final QRhiTexture.Flags
QRhiTexture.Flags.combined
(QRhiTexture.Flag e) Combines this flags with enum entry.static QRhiTexture.Flags
QRhiTexture.Flag.flags
(QRhiTexture.Flag ... values) Creates a newQRhiTexture.Flags
from the entries.final boolean
QRhi.isTextureFormatSupported
(QRhiTexture.Format format, QRhiTexture.Flag ... flags) Overloaded function forQRhi.isTextureFormatSupported(io.qt.gui.rhi.QRhiTexture.Format, io.qt.gui.rhi.QRhiTexture.Flags)
.final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, int width, int height, int depth, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, QSize pixelSize, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture
QRhi.newTextureArray
(QRhiTexture.Format format, int arraySize, QSize pixelSize, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture.Flags
QRhiTexture.Flags.setFlag
(QRhiTexture.Flag e) Sets the flage
final QRhiTexture.Flags
QRhiTexture.Flags.setFlag
(QRhiTexture.Flag e, boolean on) Sets or clears the flagflag
final void
QRhiTexture.setFlags
(QRhiTexture.Flag ... f) Overloaded function forQRhiTexture.setFlags(io.qt.gui.rhi.QRhiTexture.Flags)
.Constructors in io.qt.gui.rhi with parameters of type QRhiTexture.FlagModifierConstructorDescriptionFlags
(QRhiTexture.Flag ... args) Creates a new Flags where the flags inargs
are set.