Uses of Class
io.qt.gui.rhi.QRhiSampler
Packages that use QRhiSampler
-
Uses of QRhiSampler in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiSamplerModifier 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 QRhiSampler
QRhiShaderResourceBinding.TextureAndSampler.sampler()
SeeQRhiShaderResourceBinding::TextureAndSampler::
sampler Methods in io.qt.gui.rhi with parameters of type QRhiSamplerModifier and TypeMethodDescriptionstatic QRhiShaderResourceBinding
QRhiShaderResourceBinding.sampledTexture
(int binding, QRhiShaderResourceBinding.StageFlags stage, QRhiTexture tex, QRhiSampler sampler) static QRhiShaderResourceBinding
QRhiShaderResourceBinding.sampler
(int binding, QRhiShaderResourceBinding.StageFlags stage, QRhiSampler sampler) final void
QRhiShaderResourceBinding.TextureAndSampler.setSampler
(QRhiSampler sampler) SeeQRhiShaderResourceBinding::TextureAndSampler::
sampler Constructors in io.qt.gui.rhi with parameters of type QRhiSamplerModifierConstructorDescriptionTextureAndSampler
(QRhiTexture tex, QRhiSampler sampler) SeeQRhiShaderResourceBinding::TextureAndSampler::
TextureAndSampler{QRhiTexture*, QRhiSampler*}