QRhiVulkanNativeHandles Class
Collects device, queue, and other Vulkan objects that are used by the QRhi. More...
Header: | #include <QRhiVulkanNativeHandles> |
qmake: | QT += rhi |
Inherits: | QRhiNativeHandles |
Public Variables
int | cmdPool |
int | dev |
int | gfxQueue |
int | gfxQueueFamilyIdx |
int | physDev |
void * | vmemAllocator |
Detailed Description
Collects device, queue, and other Vulkan objects that are used by the QRhi.
Note: Ownership of the Vulkan objects is never transferred.