QVulkanInfoVector Class
template <typename T> class QVulkanInfoVectorA specialized QList for QVulkanLayer and QVulkanExtension. More...
Header: | #include <QVulkanInfoVector> |
Inherits: | QList |
Public Functions
bool | contains(const QByteArray &name) const |
bool | contains(const QByteArray &name, int minVersion) const |
Detailed Description
\inmodule
QtGui
Member Function Documentation
bool QVulkanInfoVector::contains(const QByteArray &name) const
Returns true if the list contains a layer or extension with the given name.
bool QVulkanInfoVector::contains(const QByteArray &name, int minVersion) const
Returns true if the list contains a layer or extension with the given name and a version same as or newer than minVersion.