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.