Uses of Enum
io.qt.gui.rhi.QRhiShaderResourceBindings.UpdateFlag
Packages that use QRhiShaderResourceBindings.UpdateFlag
-
Uses of QRhiShaderResourceBindings.UpdateFlag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiShaderResourceBindings.UpdateFlagModifier and TypeMethodDescriptionQRhiShaderResourceBindings.UpdateFlags.flags()
Returns an array of flag objects represented by this UpdateFlags.QRhiShaderResourceBindings.UpdateFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QRhiShaderResourceBindings.UpdateFlag.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 QRhiShaderResourceBindings.UpdateFlagModifier and TypeMethodDescriptionQRhiShaderResourceBindings.UpdateFlag.cleared
(QRhiShaderResourceBindings.UpdateFlag e) Excludes other enum entry from a flag of this entry.QRhiShaderResourceBindings.UpdateFlag.combined
(QRhiShaderResourceBindings.UpdateFlag e) Combines this entry with other enum entry.QRhiShaderResourceBindings.UpdateFlags.combined
(QRhiShaderResourceBindings.UpdateFlag e) Combines this flags with enum entry.QRhiShaderResourceBindings.UpdateFlag.flags
(QRhiShaderResourceBindings.UpdateFlag ... values) Creates a newQRhiShaderResourceBindings.UpdateFlags
from the entries.QRhiShaderResourceBindings.UpdateFlags.setFlag
(QRhiShaderResourceBindings.UpdateFlag e) Sets the flage
QRhiShaderResourceBindings.UpdateFlags.setFlag
(QRhiShaderResourceBindings.UpdateFlag e, boolean on) Sets or clears the flagflag
final void
QRhiShaderResourceBindings.updateResources
(QRhiShaderResourceBindings.UpdateFlag ... flags) Overloaded function forQRhiShaderResourceBindings.updateResources(io.qt.gui.rhi.QRhiShaderResourceBindings.UpdateFlags)
.Constructors in io.qt.gui.rhi with parameters of type QRhiShaderResourceBindings.UpdateFlagModifierConstructorDescriptionCreates a new UpdateFlags where the flags inargs
are set.