Uses of Class
io.qt.gui.rhi.QRhiShaderResourceBindings
Packages that use QRhiShaderResourceBindings
-
Uses of QRhiShaderResourceBindings in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiShaderResourceBindingsModifier and TypeMethodDescriptionQRhi.newShaderResourceBindings()
QRhiComputePipeline.shaderResourceBindings()
QRhiGraphicsPipeline.shaderResourceBindings()
Methods in io.qt.gui.rhi with parameters of type QRhiShaderResourceBindingsModifier and TypeMethodDescriptionfinal boolean
QRhiShaderResourceBindings.isLayoutCompatible
(QRhiShaderResourceBindings other) final void
QRhiComputePipeline.setShaderResourceBindings
(QRhiShaderResourceBindings srb) final void
QRhiGraphicsPipeline.setShaderResourceBindings
(QRhiShaderResourceBindings srb) final void
QRhiCommandBuffer.setShaderResources
(QRhiShaderResourceBindings srb) Overloaded function forQRhiCommandBuffer.setShaderResources(io.qt.gui.rhi.QRhiShaderResourceBindings, io.qt.core.QPair[])
withdynamicOffsets = noDynamicOffsets
.final void
QRhiCommandBuffer.setShaderResources
(QRhiShaderResourceBindings srb, QPair<@QtPrimitiveType Integer, @QtPrimitiveType Integer> ... dynamicOffsets)