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