Uses of Enum
io.qt.gui.rhi.QRhiSampler.AddressMode
Packages that use QRhiSampler.AddressMode
-
Uses of QRhiSampler.AddressMode in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiSampler.AddressModeModifier and TypeMethodDescriptionfinal QRhiSampler.AddressMode
QRhiSampler.addressU()
final QRhiSampler.AddressMode
QRhiSampler.addressV()
final QRhiSampler.AddressMode
QRhiSampler.addressW()
static QRhiSampler.AddressMode
QRhiSampler.AddressMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiSampler.AddressMode
Returns the enum constant of this type with the specified name.static QRhiSampler.AddressMode[]
QRhiSampler.AddressMode.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 QRhiSampler.AddressModeModifier 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.setAddressU
(QRhiSampler.AddressMode mode) final void
QRhiSampler.setAddressV
(QRhiSampler.AddressMode mode) final void
QRhiSampler.setAddressW
(QRhiSampler.AddressMode mode)