A specialized QList for QVulkanLayer and QVulkanExtension. More...
Header: | #include <QVulkanInfoVector> |
CMake: | find_package(Qt6 COMPONENTS Gui REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
Inherits: | QList |
bool | contains(const QByteArray &name) const |
bool | contains(const QByteArray &name, int minVersion) const |
Returns true if the list contains a layer or extension with the given name.
Returns true if the list contains a layer or extension with the given name and a version same as or newer than minVersion.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qvulkaninfovector.html