QVulkanExtension Struct

Represents information about a Vulkan extension. 更多...

頭: #include <QVulkanExtension>
qmake: QT += gui

公共變量

QByteArray name
uint32_t version

詳細描述

成員變量文檔編製

QByteArray QVulkanExtension:: name

This variable holds the name of the extension.

uint32_t QVulkanExtension:: version

This variable holds the version of the extension. This is an integer, increasing with each backward compatible change.