QVulkanInfoVector Class

專用 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

額外繼承成員

詳細描述

專用 QVector for QVulkanLayer and QVulkanExtension .

成員函數文檔編製

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 .