QVulkanLayer Struct
Représente les informations relatives à une couche Vulkan. Plus...
| En-tête : | #include <QVulkanLayer> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake : | QT += gui |
Variables publiques
| QByteArray | description |
| QByteArray | name |
| QVersionNumber | specVersion |
| uint32_t | version |
Non-membres apparentés
| 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) |
Documentation sur les variables membres
QByteArray QVulkanLayer::description
Cette variable contient la description de la couche.
QByteArray QVulkanLayer::name
Cette variable contient le nom de la couche.
QVersionNumber QVulkanLayer::specVersion
Cette variable contient la version de Vulkan pour laquelle la couche a été écrite.
uint32_t QVulkanLayer::version
Cette variable contient la version de la couche. Il s'agit d'un nombre entier, qui augmente à chaque modification de la compatibilité ascendante.
Non-membres apparentés
[noexcept] size_t qHash(const QVulkanLayer &key, size_t seed = 0)
Renvoie la valeur de hachage pour key, en utilisant seed comme base de calcul.
[noexcept] bool operator!=(const QVulkanLayer &lhs, const QVulkanLayer &rhs)
Renvoie true si les couches Vulkan lhs et rhs ont un nom, une version ou une version de spécification différents.
[noexcept] bool operator==(const QVulkanLayer &lhs, const QVulkanLayer &rhs)
Renvoie true si les couches Vulkan lhs et rhs ont le même nom, la même version et la même version de la spécification.
© 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.