Uses of Enum
io.qt.qt3d.render.QMemoryBarrier.Operation
Packages that use QMemoryBarrier.Operation
-
Uses of QMemoryBarrier.Operation in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QMemoryBarrier.OperationModifier and TypeMethodDescriptionfinal QMemoryBarrier.Operation[]
QMemoryBarrier.Operations.flags()
Returns an array of flag objects represented by this Operations.static QMemoryBarrier.Operation
QMemoryBarrier.Operation.resolve
(int value) Returns the corresponding enum entry for the given value.static QMemoryBarrier.Operation
Returns the enum constant of this type with the specified name.static QMemoryBarrier.Operation[]
QMemoryBarrier.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QMemoryBarrier.OperationModifier and TypeMethodDescriptionQMemoryBarrier.Operation.combined
(QMemoryBarrier.Operation e) Combines this entry with other enum entry.QMemoryBarrier.Operations.combined
(QMemoryBarrier.Operation e) Combines this flags with enum entry.static QMemoryBarrier.Operations
QMemoryBarrier.Operation.flags
(QMemoryBarrier.Operation... values) Creates a newQMemoryBarrier.Operations
from the entries.QMemoryBarrier.Operations.setFlag
(QMemoryBarrier.Operation e) Sets the flage
QMemoryBarrier.Operations.setFlag
(QMemoryBarrier.Operation e, boolean on) Sets or clears the flagflag
final void
QMemoryBarrier.setWaitOperations
(QMemoryBarrier.Operation... operations) Overloaded function forQMemoryBarrier.setWaitOperations(io.qt.qt3d.render.QMemoryBarrier.Operations)
.Constructors in io.qt.qt3d.render with parameters of type QMemoryBarrier.OperationModifierConstructorDescriptionOperations
(QMemoryBarrier.Operation... args) Creates a new Operations where the flags inargs
are set.