Uses of Class
io.qt.gui.rhi.QRhiCommandBuffer.BeginPassFlags
-
Uses of QRhiCommandBuffer.BeginPassFlags in io.qt.gui.rhi
Modifier and TypeMethodDescriptionQRhiCommandBuffer.BeginPassFlag.asFlags()
Create a QFlags of the enum entry.QRhiCommandBuffer.BeginPassFlag.cleared
(QRhiCommandBuffer.BeginPassFlag e) Excludes other enum entry from a flag of this entry.QRhiCommandBuffer.BeginPassFlags.clone()
Clones the flagsQRhiCommandBuffer.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
Modifier and TypeMethodDescriptionfinal void
QRhiCommandBuffer.beginComputePass
(QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlags flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, Qt.GlobalColor colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlags flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, QColor colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlags flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, QRgba64 colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlags flags) final void
QRhiCommandBuffer.beginPass
(QRhiRenderTarget rt, String colorClearValue, QRhiDepthStencilClearValue depthStencilClearValue, QRhiResourceUpdateBatch resourceUpdates, QRhiCommandBuffer.BeginPassFlags flags) final int
QRhiCommandBuffer.BeginPassFlags.compareTo
(QRhiCommandBuffer.BeginPassFlags other)