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.UsageFlagQRhiBuffer.UsageFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QRhiBuffer.UsageFlagReturns 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.UsageFlagsQRhiBuffer.UsageFlags.combined(QRhiBuffer.UsageFlag e) Combines this flags with enum entry.static QRhiBuffer.UsageFlagsQRhiBuffer.UsageFlag.flags(QRhiBuffer.UsageFlag ... values) Creates a newQRhiBuffer.UsageFlagsfrom the entries.final QRhiBuffer.UsageFlagsQRhiBuffer.UsageFlags.setFlag(QRhiBuffer.UsageFlag e) Sets the flagefinal QRhiBuffer.UsageFlagsQRhiBuffer.UsageFlags.setFlag(QRhiBuffer.UsageFlag e, boolean on) Sets or clears the flagflagfinal voidQRhiBuffer.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 inargsare set.