QVulkanExtension Struct

벌칸 확장에 대한 정보를 나타냅니다. 더 보기...

헤더: #include <QVulkanExtension>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui

공용 변수

QByteArray name
uint32_t version
size_t qHash(const QVulkanExtension &key, size_t seed = 0)
bool operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs)
bool operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs)

상세 설명

멤버 변수 문서

QByteArray QVulkanExtension::name

이 변수에는 확장자의 이름이 저장됩니다.

uint32_t QVulkanExtension::version

이 변수에는 확장 프로그램의 버전이 저장됩니다. 이 값은 정수로, 이전 버전과 호환되는 변경 사항이 있을 때마다 증가합니다.

관련 비회원

[noexcept] size_t qHash(const QVulkanExtension &key, size_t seed = 0)

seed 을 사용하여 key 에 대한 해시값을 반환합니다.

[noexcept] bool operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs)

벌칸 확장자 lhsrhs 의 이름이나 버전이 다른 경우 true 를 반환합니다.

[noexcept] bool operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs)

벌칸 확장자 lhsrhs 의 이름과 버전이 같으면 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.