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::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も参照

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.