QVulkanInfoVector Class
A specialized QVector for QVulkanLayer and QVulkanExtension. More...
Header: | #include <QVulkanInfoVector> |
qmake: | QT += gui |
Inherits: | QVector |
Public Functions
bool | contains(const QByteArray &name) const |
bool | contains(const QByteArray &name, int minVersion) const |
- 96 public functions inherited from QVector
Additional Inherited Members
- 2 static public members inherited from QVector
Detailed Description
A specialized QVector for QVulkanLayer and QVulkanExtension.
Member Function Documentation
bool QVulkanInfoVector::contains(const QByteArray &name) const
Returns true if the vector contains a layer or extension with the given name.
bool QVulkanInfoVector::contains(const QByteArray &name, int minVersion) const
Returns true if the vector 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-5.12/qvulkaninfovector.html