QVulkanLayer Struct

Vulkanレイヤーに関する情報を表します。詳細...

ヘッダー #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

この変数は、レイヤーが書かれたVulkanのバージョンを保持する。

uint32_t QVulkanLayer::version

この変数はレイヤーのバージョンを保持する。これは整数で、後方互換性のある変更があるたびに増加する。

関連する非会員

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

key のハッシュ値を返す。計算のシードにはseed を使用する。

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

Vulkanレイヤーlhsrhs の名前、バージョン、または仕様バージョンが異なる場合、true を返します。

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

Vulkanレイヤー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.