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::Filter QSSGRhiSamplerDescription::magFilter
倍率フィルターモード。
QRhiSampler::Filter およびQRhiSampler::magFilter()も参照 。
QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter
最小化フィルターモード。
QRhiSampler::Filter およびQRhiSampler::minFilter()も参照ください 。
QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap
ミップマップのフィルタリングモード。
QRhiSampler::Filter およびQRhiSampler::mipmapMode()も参照 。
QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling
垂直ラップモード。
QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling
デプスラップモード。
© 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.