QBasicPlatformVulkanInstance Class
A generic platform Vulkan instance implementation. \since 5.10 \internal \ingroup qpa. More...
| Header: | #include <QBasicPlatformVulkanInstance> |
| Inherits: | QPlatformVulkanInstance |
Detailed Description
Implements QPlatformVulkanInstance, serving as a base for platform-specific implementations. The library loading and any WSI-specifics are excluded.
Subclasses are expected to call init() from their constructor and initInstance() from their createOrAdoptInstance() implementation.