QVulkanExtension Struct
Stellt Informationen über eine Vulkan-Erweiterung dar. Mehr...
Kopfzeile: | #include <QVulkanExtension> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
Öffentliche Variablen
Verwandte Nicht-Mitglieder
size_t | qHash(const QVulkanExtension &key, size_t seed = 0) |
bool | operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs) |
bool | operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs) |
Dokumentation der Mitgliedsvariablen
QByteArray QVulkanExtension::name
Diese Variable enthält den Namen der Erweiterung.
uint32_t QVulkanExtension::version
Diese Variable enthält die Version der Erweiterung. Es handelt sich um eine ganze Zahl, die mit jeder abwärtskompatiblen Änderung steigt.
Verwandte Nicht-Mitglieder
[noexcept]
size_t qHash(const QVulkanExtension &key, size_t seed = 0)
Gibt den Hash-Wert für key zurück, wobei seed als Startwert für die Berechnung verwendet wird.
[noexcept]
bool operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs)
Gibt true
zurück, wenn die Vulkan-Erweiterungen lhs und rhs unterschiedliche Namen oder Versionen haben.
[noexcept]
bool operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs)
Gibt true
zurück, wenn die Vulkan-Erweiterungen lhs und rhs den gleichen Namen und die gleiche Version haben.
© 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.