Uses of Enum
io.qt.gui.rhi.QRhiRenderBuffer.Type
-
Uses of QRhiRenderBuffer.Type in io.qt.gui.rhi
Modifier 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.Modifier 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)