Uses of Enum
io.qt.gui.rhi.QRhiResource.Type
Packages that use QRhiResource.Type
-
Uses of QRhiResource.Type in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiResource.TypeModifier and TypeMethodDescriptionstatic QRhiResource.Type
QRhiResource.Type.resolve
(int value) Returns the corresponding enum entry for the given value.QRhiBuffer.resourceType()
QRhiCommandBuffer.resourceType()
QRhiComputePipeline.resourceType()
QRhiGraphicsPipeline.resourceType()
QRhiRenderBuffer.resourceType()
QRhiRenderPassDescriptor.resourceType()
abstract QRhiResource.Type
QRhiResource.resourceType()
QRhiSampler.resourceType()
QRhiShaderResourceBindings.resourceType()
QRhiSwapChain.resourceType()
QRhiSwapChainRenderTarget.resourceType()
QRhiTexture.resourceType()
QRhiTextureRenderTarget.resourceType()
static QRhiResource.Type
Returns the enum constant of this type with the specified name.static QRhiResource.Type[]
QRhiResource.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.