QVulkanExtension Struct
Vulkan拡張に関する情報を表します。詳細...
ヘッダー | #include <QVulkanExtension> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
パブリック変数
関連する非メンバー
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)
key のハッシュ値を返す。計算のシードにはseed を使用する。
[noexcept]
bool operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs)
Vulkanエクステンションlhs とrhs の名前またはバージョンが異なる場合、true
を返します。
[noexcept]
bool operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs)
Vulkanエクステンションlhs とrhs が同じ名前とバージョンである場合、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.