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も参照して ください。

本書に含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。