QSSGRhiSamplerDescription Struct

QSSGRhiSamplerDescription. More...

Header: #include <QSSGRhiSamplerDescription>
Since: Qt 6.7

Public Variables

QRhiSampler::AddressMode hTiling
QRhiSampler::Filter magFilter
QRhiSampler::Filter minFilter
QRhiSampler::Filter mipmap
QRhiSampler::AddressMode vTiling
QRhiSampler::AddressMode zTiling

Detailed Description

Convenience class used to request a QRhiSampler from QtQuick3D internal cache.

Note: Samplers are owned by QtQuick3D.

See also QSSGRhiContext::sampler().

Member Variable Documentation

QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling

The horizontal wrap mode.

See also QRhiSampler::AddressMode.

QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter

The magnification filter mode.

See also QRhiSampler::Filter and QRhiSampler::magFilter().

QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter

The minification filter mode.

See also QRhiSampler::Filter and QRhiSampler::minFilter().

QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap

The mipmap filtering mode.

See also QRhiSampler::Filter and QRhiSampler::mipmapMode().

QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling

The vertical wrap mode.

See also QRhiSampler::AddressMode.

QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling

The depth wrap mode.

See also QRhiSampler::AddressMode.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.