Uses of Enum
io.qt.gui.rhi.QRhiSwapChain.Format
Packages that use QRhiSwapChain.Format
-
Uses of QRhiSwapChain.Format in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiSwapChain.FormatModifier and TypeMethodDescriptionfinal QRhiSwapChain.Format
QRhiSwapChain.format()
static QRhiSwapChain.Format
QRhiSwapChain.Format.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiSwapChain.Format
Returns the enum constant of this type with the specified name.static QRhiSwapChain.Format[]
QRhiSwapChain.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 QRhiSwapChain.FormatModifier and TypeMethodDescriptionabstract boolean
QRhiSwapChain.isFormatSupported
(QRhiSwapChain.Format f) final void
QRhiSwapChain.setFormat
(QRhiSwapChain.Format f)