Uses of Enum
io.qt.qt3d.render.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.OperationQMemoryBarrier.Operation.resolve(int value) Returns the corresponding enum entry for the given value.static QMemoryBarrier.OperationReturns 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.OperationsQMemoryBarrier.Operation.flags(QMemoryBarrier.Operation ... values) Creates a newQMemoryBarrier.Operationsfrom the entries.QMemoryBarrier.Operations.setFlag(QMemoryBarrier.Operation e) Sets the flageQMemoryBarrier.Operations.setFlag(QMemoryBarrier.Operation e, boolean on) Sets or clears the flagflagfinal voidQMemoryBarrier.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 inargsare set.