Uses of Enum
io.qt.gui.rhi.QRhiSampler.Filter
-
Uses of QRhiSampler.Filter in io.qt.gui.rhi
Modifier and TypeMethodDescriptionfinal QRhiSampler.Filter
QRhiSampler.magFilter()
final QRhiSampler.Filter
QRhiSampler.minFilter()
final QRhiSampler.Filter
QRhiSampler.mipmapMode()
static QRhiSampler.Filter
QRhiSampler.Filter.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiSampler.Filter
Returns the enum constant of this type with the specified name.static QRhiSampler.Filter[]
QRhiSampler.Filter.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal QRhiSampler
QRhi.newSampler
(QRhiSampler.Filter magFilter, QRhiSampler.Filter minFilter, QRhiSampler.Filter mipmapMode, QRhiSampler.AddressMode addressU, QRhiSampler.AddressMode addressV) Overloaded function forQRhi.newSampler(io.qt.gui.rhi.QRhiSampler.Filter, io.qt.gui.rhi.QRhiSampler.Filter, io.qt.gui.rhi.QRhiSampler.Filter, io.qt.gui.rhi.QRhiSampler.AddressMode, io.qt.gui.rhi.QRhiSampler.AddressMode, io.qt.gui.rhi.QRhiSampler.AddressMode)
withaddressW = io.qt.gui.rhi.QRhiSampler.AddressMode.Repeat
.final QRhiSampler
QRhi.newSampler
(QRhiSampler.Filter magFilter, QRhiSampler.Filter minFilter, QRhiSampler.Filter mipmapMode, QRhiSampler.AddressMode addressU, QRhiSampler.AddressMode addressV, QRhiSampler.AddressMode addressW) final void
QRhiSampler.setMagFilter
(QRhiSampler.Filter f) final void
QRhiSampler.setMinFilter
(QRhiSampler.Filter f) final void
QRhiSampler.setMipmapMode
(QRhiSampler.Filter f)