Uses of Enum
io.qt.gui.rhi.QRhiRenderBuffer.Type
Packages that use QRhiRenderBuffer.Type
-
Uses of QRhiRenderBuffer.Type in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiRenderBuffer.TypeModifier and TypeMethodDescriptionstatic QRhiRenderBuffer.Type
QRhiRenderBuffer.Type.resolve
(int value) Returns the corresponding enum entry for the given value.final QRhiRenderBuffer.Type
QRhiRenderBuffer.type()
static QRhiRenderBuffer.Type
Returns the enum constant of this type with the specified name.static QRhiRenderBuffer.Type[]
QRhiRenderBuffer.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiRenderBuffer.TypeModifier and TypeMethodDescriptionfinal QRhiRenderBuffer
QRhi.newRenderBuffer
(QRhiRenderBuffer.Type type, QSize pixelSize) final QRhiRenderBuffer
QRhi.newRenderBuffer
(QRhiRenderBuffer.Type type, QSize pixelSize, int sampleCount) final QRhiRenderBuffer
QRhi.newRenderBuffer
(QRhiRenderBuffer.Type type, QSize pixelSize, int sampleCount, QRhiRenderBuffer.Flags flags) Overloaded function forQRhi.newRenderBuffer(io.qt.gui.rhi.QRhiRenderBuffer.Type, io.qt.core.QSize, int, io.qt.gui.rhi.QRhiRenderBuffer.Flags, io.qt.gui.rhi.QRhiTexture.Format)
withbackingFormatHint = io.qt.gui.rhi.QRhiTexture.Format.UnknownFormat
.final QRhiRenderBuffer
QRhi.newRenderBuffer
(QRhiRenderBuffer.Type type, QSize pixelSize, int sampleCount, QRhiRenderBuffer.Flags flags, QRhiTexture.Format backingFormatHint) final void
QRhiRenderBuffer.setType
(QRhiRenderBuffer.Type t)