Uses of Class
io.qt.gui.rhi.QRhiRenderPassDescriptor
Packages that use QRhiRenderPassDescriptor
-
Uses of QRhiRenderPassDescriptor in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiRenderPassDescriptorModifier and TypeMethodDescriptionabstract QRhiRenderPassDescriptor
QRhiRenderPassDescriptor.newCompatibleRenderPassDescriptor()
abstract QRhiRenderPassDescriptor
QRhiSwapChain.newCompatibleRenderPassDescriptor()
abstract QRhiRenderPassDescriptor
QRhiTextureRenderTarget.newCompatibleRenderPassDescriptor()
final QRhiRenderPassDescriptor
QRhiGraphicsPipeline.renderPassDescriptor()
final QRhiRenderPassDescriptor
QRhiRenderTarget.renderPassDescriptor()
final QRhiRenderPassDescriptor
QRhiSwapChain.renderPassDescriptor()
Methods in io.qt.gui.rhi with parameters of type QRhiRenderPassDescriptorModifier and TypeMethodDescriptionabstract boolean
QRhiRenderPassDescriptor.isCompatible
(QRhiRenderPassDescriptor other) final void
QRhiGraphicsPipeline.setRenderPassDescriptor
(QRhiRenderPassDescriptor desc) final void
QRhiRenderTarget.setRenderPassDescriptor
(QRhiRenderPassDescriptor desc) final void
QRhiSwapChain.setRenderPassDescriptor
(QRhiRenderPassDescriptor desc)