Uses of Enum
io.qt.gui.rhi.QRhiCommandBuffer.BeginPassFlag
-
Uses of QRhiCommandBuffer.BeginPassFlag in io.qt.gui.rhi
Modifier and TypeMethodDescriptionfinal QRhiCommandBuffer.BeginPassFlag []
QRhiCommandBuffer.BeginPassFlags.flags()
Returns an array of flag objects represented by this BeginPassFlags.QRhiCommandBuffer.BeginPassFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QRhiCommandBuffer.BeginPassFlag[]
QRhiCommandBuffer.BeginPassFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QRhiCommandBuffer.beginComputePass
(QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlag ... flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, Qt.GlobalColor colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlag ... flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, QColor colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlag ... flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, QRgba64 colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlag ... flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, String colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlag ... flags) QRhiCommandBuffer.BeginPassFlag.cleared
(QRhiCommandBuffer.BeginPassFlag e) Excludes other enum entry from a flag of this entry.QRhiCommandBuffer.BeginPassFlag.combined
(QRhiCommandBuffer.BeginPassFlag e) Combines this entry with other enum entry.QRhiCommandBuffer.BeginPassFlags.combined
(QRhiCommandBuffer.BeginPassFlag e) Combines this flags with enum entry.QRhiCommandBuffer.BeginPassFlag.flags
(QRhiCommandBuffer.BeginPassFlag ... values) Creates a newQRhiCommandBuffer.BeginPassFlags
from the entries.QRhiCommandBuffer.BeginPassFlags.setFlag
(QRhiCommandBuffer.BeginPassFlag e) Sets the flage
QRhiCommandBuffer.BeginPassFlags.setFlag
(QRhiCommandBuffer.BeginPassFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new BeginPassFlags where the flags inargs
are set.