Uses of Enum
io.qt.gui.rhi.QRhiComputePipeline.Flag
Packages that use QRhiComputePipeline.Flag
-
Uses of QRhiComputePipeline.Flag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiComputePipeline.FlagModifier and TypeMethodDescriptionfinal QRhiComputePipeline.Flag []
QRhiComputePipeline.Flags.flags()
Returns an array of flag objects represented by this Flags.static QRhiComputePipeline.Flag
QRhiComputePipeline.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiComputePipeline.Flag
Returns the enum constant of this type with the specified name.static QRhiComputePipeline.Flag[]
QRhiComputePipeline.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 QRhiComputePipeline.FlagModifier and TypeMethodDescriptionQRhiComputePipeline.Flag.cleared
(QRhiComputePipeline.Flag e) Excludes other enum entry from a flag of this entry.QRhiComputePipeline.Flag.combined
(QRhiComputePipeline.Flag e) Combines this entry with other enum entry.QRhiComputePipeline.Flags.combined
(QRhiComputePipeline.Flag e) Combines this flags with enum entry.static QRhiComputePipeline.Flags
QRhiComputePipeline.Flag.flags
(QRhiComputePipeline.Flag ... values) Creates a newQRhiComputePipeline.Flags
from the entries.QRhiComputePipeline.Flags.setFlag
(QRhiComputePipeline.Flag e) Sets the flage
QRhiComputePipeline.Flags.setFlag
(QRhiComputePipeline.Flag e, boolean on) Sets or clears the flagflag
final void
QRhiComputePipeline.setFlags
(QRhiComputePipeline.Flag ... f) Overloaded function forQRhiComputePipeline.setFlags(io.qt.gui.rhi.QRhiComputePipeline.Flags)
.Constructors in io.qt.gui.rhi with parameters of type QRhiComputePipeline.FlagModifierConstructorDescriptionFlags
(QRhiComputePipeline.Flag ... args) Creates a new Flags where the flags inargs
are set.