QSSGRhiSamplerDescription Struct
QSSGRhiSamplerDescription. Más...
| Header: | #include <QSSGRhiSamplerDescription> |
| Since: | Qt 6.7 |
Variables públicas
| QRhiSampler::AddressMode | hTiling |
| QRhiSampler::Filter | magFilter |
| QRhiSampler::Filter | minFilter |
| QRhiSampler::Filter | mipmap |
| QRhiSampler::AddressMode | vTiling |
| QRhiSampler::AddressMode | zTiling |
Descripción detallada
Clase de conveniencia utilizada para solicitar un QRhiSampler de la caché interna de QtQuick3D.
Nota: Los muestreadores son propiedad de QtQuick3D.
Véase también QSSGRhiContext::sampler().
Documentación de Variables Miembro
QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling
El modo de envoltura horizontal.
Véase también QRhiSampler::AddressMode.
QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter
El modo de filtro de aumento.
Véase también QRhiSampler::Filter y QRhiSampler::magFilter().
QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter
El modo de filtro de minificación.
Véase también QRhiSampler::Filter y QRhiSampler::minFilter().
QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap
El modo de filtrado mipmap.
Véase también QRhiSampler::Filter y QRhiSampler::mipmapMode().
QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling
El modo de envoltura vertical.
Véase también QRhiSampler::AddressMode.
QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling
El modo de envoltura de profundidad.
Véase también QRhiSampler::AddressMode.
© 2026 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.