A specialized QList for QVulkanLayer and QVulkanExtension . 更多...
| 头: | #include <QVulkanInfoVector> |
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| 继承: | 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 .