Uses of Enum
io.qt.gui.rhi.QRhiTexture.Format
-
Uses of QRhiTexture.Format in io.qt.gui.rhi
Modifier and TypeMethodDescriptionabstract QRhiTexture.Format
QRhiRenderBuffer.backingFormat()
SeeQRhiRenderBuffer::
backingFormat()const final QRhiTexture.Format
QRhiReadbackResult.format()
final QRhiTexture.Format
QRhiTexture.format()
final QRhiTexture.Format
QRhiReadbackResult.getFormat()
Kotlin property getter.static QRhiTexture.Format
QRhiTexture.Format.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiTexture.Format
Returns the enum constant of this type with the specified name.static QRhiTexture.Format[]
QRhiTexture.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal boolean
QRhi.isTextureFormatSupported
(QRhiTexture.Format format) Overloaded function forQRhi.isTextureFormatSupported(io.qt.gui.rhi.QRhiTexture.Format, io.qt.gui.rhi.QRhiTexture.Flags)
withflags = new io.qt.gui.rhi.QRhiTexture.Flags(0)
.final boolean
QRhi.isTextureFormatSupported
(QRhiTexture.Format format, QRhiTexture.Flag ... flags) Overloaded function forQRhi.isTextureFormatSupported(io.qt.gui.rhi.QRhiTexture.Format, io.qt.gui.rhi.QRhiTexture.Flags)
.final boolean
QRhi.isTextureFormatSupported
(QRhiTexture.Format format, QRhiTexture.Flags flags) final QRhiRenderBuffer
QRhi.newRenderBuffer
(QRhiRenderBuffer.Type type, QSize pixelSize, int sampleCount, QRhiRenderBuffer.Flags flags, QRhiTexture.Format backingFormatHint) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, int width, int height, int depth) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, int width, int height, int depth, int sampleCount) Overloaded function forQRhi.newTexture(io.qt.gui.rhi.QRhiTexture.Format, int, int, int, int, io.qt.gui.rhi.QRhiTexture.Flags)
withflags = new io.qt.gui.rhi.QRhiTexture.Flags(0)
.final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, int width, int height, int depth, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, int width, int height, int depth, int sampleCount, QRhiTexture.Flags flags) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, QSize pixelSize) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, QSize pixelSize, int sampleCount) Overloaded function forQRhi.newTexture(io.qt.gui.rhi.QRhiTexture.Format, io.qt.core.QSize, int, io.qt.gui.rhi.QRhiTexture.Flags)
withflags = new io.qt.gui.rhi.QRhiTexture.Flags(0)
.final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, QSize pixelSize, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture
QRhi.newTexture
(QRhiTexture.Format format, QSize pixelSize, int sampleCount, QRhiTexture.Flags flags) final QRhiTexture
QRhi.newTextureArray
(QRhiTexture.Format format, int arraySize, QSize pixelSize) final QRhiTexture
QRhi.newTextureArray
(QRhiTexture.Format format, int arraySize, QSize pixelSize, int sampleCount) Overloaded function forQRhi.newTextureArray(io.qt.gui.rhi.QRhiTexture.Format, int, io.qt.core.QSize, int, io.qt.gui.rhi.QRhiTexture.Flags)
withflags = new io.qt.gui.rhi.QRhiTexture.Flags(0)
.final QRhiTexture
QRhi.newTextureArray
(QRhiTexture.Format format, int arraySize, QSize pixelSize, int sampleCount, QRhiTexture.Flag ... flags) final QRhiTexture
QRhi.newTextureArray
(QRhiTexture.Format format, int arraySize, QSize pixelSize, int sampleCount, QRhiTexture.Flags flags) final void
QRhiReadbackResult.setFormat
(QRhiTexture.Format format) final void
QRhiTexture.setFormat
(QRhiTexture.Format fmt)