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