Uses of Enum
io.qt.gui.rhi.QRhi.BeginFrameFlag
Packages that use QRhi.BeginFrameFlag
-
Uses of QRhi.BeginFrameFlag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhi.BeginFrameFlagModifier and TypeMethodDescriptionfinal QRhi.BeginFrameFlag []
QRhi.BeginFrameFlags.flags()
Returns an array of flag objects represented by this BeginFrameFlags.static QRhi.BeginFrameFlag
QRhi.BeginFrameFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhi.BeginFrameFlag
Returns the enum constant of this type with the specified name.static QRhi.BeginFrameFlag[]
QRhi.BeginFrameFlag.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 QRhi.BeginFrameFlagModifier and TypeMethodDescriptionfinal QRhi.FrameOpResult
QRhi.beginFrame
(QRhiSwapChain swapChain, QRhi.BeginFrameFlag ... flags) Overloaded function forQRhi.beginFrame(io.qt.gui.rhi.QRhiSwapChain, io.qt.gui.rhi.QRhi.BeginFrameFlags)
.final QRhi.FrameOpResult
QRhi.beginOffscreenFrame
(QRhiCommandBuffer [] cb, QRhi.BeginFrameFlag ... flags) Overloaded function forQRhi.beginOffscreenFrame(io.qt.gui.rhi.QRhiCommandBuffer[], io.qt.gui.rhi.QRhi.BeginFrameFlags)
.QRhi.BeginFrameFlag.cleared
(QRhi.BeginFrameFlag e) Excludes other enum entry from a flag of this entry.QRhi.BeginFrameFlag.combined
(QRhi.BeginFrameFlag e) Combines this entry with other enum entry.final QRhi.BeginFrameFlags
QRhi.BeginFrameFlags.combined
(QRhi.BeginFrameFlag e) Combines this flags with enum entry.static QRhi.BeginFrameFlags
QRhi.BeginFrameFlag.flags
(QRhi.BeginFrameFlag ... values) Creates a newQRhi.BeginFrameFlags
from the entries.final QRhi.BeginFrameFlags
QRhi.BeginFrameFlags.setFlag
(QRhi.BeginFrameFlag e) Sets the flage
final QRhi.BeginFrameFlags
QRhi.BeginFrameFlags.setFlag
(QRhi.BeginFrameFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.rhi with parameters of type QRhi.BeginFrameFlagModifierConstructorDescriptionBeginFrameFlags
(QRhi.BeginFrameFlag ... args) Creates a new BeginFrameFlags where the flags inargs
are set.