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