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 |
另请参阅 QSSGRhiContext::sampler() 。
成员变量文档
QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling
水平换行模式。
另请参阅 QRhiSampler::AddressMode 。
QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter
放大滤镜模式。
另请参阅 QRhiSampler::Filter 和QRhiSampler::magFilter()。
QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter
最小化过滤模式。
另请参见 QRhiSampler::Filter 和QRhiSampler::minFilter()。
QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap
mipmap 过滤模式。
另请参阅 QRhiSampler::Filter 和QRhiSampler::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.