QVulkanInfoVector Class

template <typename T> class QVulkanInfoVector

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

詳細描述

成員函數文檔編製

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 .