QVulkanLayer Struct

벌칸 레이어에 대한 정보를 나타냅니다. 더 보기...

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

공용 변수

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

상세 설명

멤버 변수 문서

QByteArray QVulkanLayer::description

이 변수에는 레이어에 대한 설명이 저장됩니다.

QByteArray QVulkanLayer::name

이 변수에는 레이어의 이름이 저장됩니다.

QVersionNumber QVulkanLayer::specVersion

이 변수에는 레이어가 작성된 불칸 버전이 저장됩니다.

uint32_t QVulkanLayer::version

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

관련 비회원

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

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

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

벌칸 레이어 lhsrhs 의 이름, 버전 또는 사양 버전이 다른 경우 true 를 반환합니다.

[noexcept] bool operator==(const QVulkanLayer &lhs, const QVulkanLayer &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.