QSSGRhiSamplerDescription Struct
QSSGRhiSamplerDescription. Mehr...
Header: | #include <QSSGRhiSamplerDescription> |
Since: | Qt 6.7 |
Öffentliche Variablen
QRhiSampler::AddressMode | hTiling |
QRhiSampler::Filter | magFilter |
QRhiSampler::Filter | minFilter |
QRhiSampler::Filter | mipmap |
QRhiSampler::AddressMode | vTiling |
QRhiSampler::AddressMode | zTiling |
Detaillierte Beschreibung
Convenience-Klasse, die verwendet wird, um einen QRhiSampler aus dem internen Cache von QtQuick3D anzufordern.
Hinweis: Sampler sind Eigentum von QtQuick3D.
Siehe auch QSSGRhiContext::sampler().
Dokumentation der Mitgliedsvariablen
QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling
Der horizontale Umbruchmodus.
Siehe auch QRhiSampler::AddressMode.
QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter
Der Vergrößerungsfiltermodus.
Siehe auch QRhiSampler::Filter und QRhiSampler::magFilter().
QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter
Der Modus des Minifizierungsfilters.
Siehe auch QRhiSampler::Filter und QRhiSampler::minFilter().
QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap
Der mipmap-Filtermodus.
Siehe auch QRhiSampler::Filter und QRhiSampler::mipmapMode().
QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling
Der vertikale Umbruchmodus.
Siehe auch QRhiSampler::AddressMode.
QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling
Der Modus für den Tiefenumbruch.
Siehe auch 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.