Uses of Enum
io.qt.gui.rhi.QRhiShaderResourceBinding.StageFlag
Packages that use QRhiShaderResourceBinding.StageFlag
-
Uses of QRhiShaderResourceBinding.StageFlag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiShaderResourceBinding.StageFlagModifier and TypeMethodDescriptionfinal QRhiShaderResourceBinding.StageFlag []
QRhiShaderResourceBinding.StageFlags.flags()
Returns an array of flag objects represented by this StageFlags.QRhiShaderResourceBinding.StageFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QRhiShaderResourceBinding.StageFlag[]
QRhiShaderResourceBinding.StageFlag.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 QRhiShaderResourceBinding.StageFlagModifier and TypeMethodDescriptionQRhiShaderResourceBinding.StageFlag.cleared
(QRhiShaderResourceBinding.StageFlag e) Excludes other enum entry from a flag of this entry.QRhiShaderResourceBinding.StageFlag.combined
(QRhiShaderResourceBinding.StageFlag e) Combines this entry with other enum entry.QRhiShaderResourceBinding.StageFlags.combined
(QRhiShaderResourceBinding.StageFlag e) Combines this flags with enum entry.QRhiShaderResourceBinding.StageFlag.flags
(QRhiShaderResourceBinding.StageFlag ... values) Creates a newQRhiShaderResourceBinding.StageFlags
from the entries.QRhiShaderResourceBinding.StageFlags.setFlag
(QRhiShaderResourceBinding.StageFlag e) Sets the flage
QRhiShaderResourceBinding.StageFlags.setFlag
(QRhiShaderResourceBinding.StageFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.rhi with parameters of type QRhiShaderResourceBinding.StageFlagModifierConstructorDescriptionCreates a new StageFlags where the flags inargs
are set.