QVulkanInfoVector Class

template <typename T> class QVulkanInfoVector

QVulkanLayerQVulkanExtension 전용 QList. 더 보기...

Header: #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

목록에 지정된 name 을 가진 레이어 또는 확장자가 포함되어 있으면 true를 반환합니다.

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

목록에 지정된 nameminVersion 과 같거나 최신 버전인 레이어 또는 확장자가 포함되어 있으면 true를 반환합니다.

© 2025 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.