QVulkanInfoVector Class

template <typename T> class QVulkanInfoVector

A specialized QList for QVulkanLayer and QVulkanExtension. More...

Header: #include <QVulkanInfoVector>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Inherits: QList

Public Functions

bool contains(const QByteArray &name) const
bool contains(const QByteArray &name, int minVersion) const

Detailed Description

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.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.