Uses of Enum
io.qt.gui.rhi.QRhiTexture.Format
Packages that use QRhiTexture.Format
-
Uses of QRhiTexture.Format in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiTexture.FormatModifier and TypeMethodDescriptionabstract QRhiTexture.Format
QRhiRenderBuffer.backingFormat()
SeeQRhiRenderBuffer::
backingFormat()const final QRhiTexture.Format
QRhiReadbackResult.format()
final QRhiTexture.Format
QRhiTexture.format()
final QRhiTexture.Format
QRhiTexture.ViewFormat.format()
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.Methods in io.qt.gui.rhi with parameters of type QRhiTexture.FormatModifier 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) final void
QRhiTexture.ViewFormat.setFormat
(QRhiTexture.Format format) Constructors in io.qt.gui.rhi with parameters of type QRhiTexture.FormatModifierConstructorDescriptionQRhiReadbackResult
(QRhiReadbackResult.CompletedFunction completed, QRhiTexture.Format format, QSize pixelSize, byte [] data) QRhiReadbackResult
(QRhiReadbackResult.CompletedFunction completed, QRhiTexture.Format format, QSize pixelSize, QByteArray data) SeeQRhiReadbackResult::
QRhiReadbackResult{std::function<void{}>, QRhiTexture::Format, QSize, QByteArray} ViewFormat
(QRhiTexture.Format format, boolean srgb) SeeQRhiTexture::ViewFormat::
ViewFormat{QRhiTexture::Format, bool}