A specialized QVector for QVulkanLayer and QVulkanExtension . 更多...
| 头: | #include <QVulkanInfoVector> |
| qmake: | QT += gui |
| 继承: | QVector |
| bool | contains (const QByteArray & name ) const |
| bool | contains (const QByteArray & name , int minVersion ) const |
A specialized QVector for QVulkanLayer and QVulkanExtension .
Returns true if the vector contains a layer or extension with the given name .
Returns true if the vector contains a layer or extension with the given name and a version same as or newer than minVersion .