QSSGRhiSamplerDescription Struct

QSSGRhiSamplerDescription.更多

Header: #include <QSSGRhiSamplerDescription>
Since: Qt 6.7

公共变量

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

详细描述

用于从QtQuick3D 内部缓存请求QRhiSampler 的便利类。

注: 采样器归QtQuick3D 所有。

另请参阅 QSSGRhiContext::sampler() 。

成员变量文档

QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling

水平换行模式。

另请参阅 QRhiSampler::AddressMode

QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter

放大滤镜模式。

另请参阅 QRhiSampler::FilterQRhiSampler::magFilter()。

QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter

最小化过滤模式。

另请参见 QRhiSampler::FilterQRhiSampler::minFilter()。

QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap

mipmap 过滤模式。

另请参阅 QRhiSampler::FilterQRhiSampler::mipmapMode()。

QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling

垂直换行模式。

另请参阅 QRhiSampler::AddressMode

QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling

深度包络模式。

另请参阅 QRhiSampler::AddressMode

© 2025 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.