![]() |
Qt 6.x
The Qt SDK
|
\variable QRhiVulkanNativeHandles::physDev More...
\variable QRhiVulkanNativeHandles::physDev
When different from \nullptr, specifies the Vulkan physical device to use.
\variable QRhiVulkanNativeHandles::dev
When wanting to import not just a physical device, but also use an already existing VkDevice, set this and the graphics queue index and family index.
\variable QRhiVulkanNativeHandles::gfxQueueFamilyIdx
Graphics queue family index.
\variable QRhiVulkanNativeHandles::gfxQueueIdx
Graphics queue index.
\variable QRhiVulkanNativeHandles::vmemAllocator
Relevant only when importing an existing memory allocator object, leave it set to \nullptr otherwise.
\variable QRhiVulkanNativeHandles::gfxQueue
Output only, not used by QRhi::create(), only set by the QRhi::nativeHandles() accessor. The graphics VkQueue used by the QRhi.
\variable QRhiVulkanNativeHandles::inst
Output only, not used by QRhi::create(), only set by the QRhi::nativeHandles() accessor. The QVulkanInstance used by the QRhi.
\inmodule QtGui
Holds the Vulkan command buffer object that is backing a QRhiCommandBuffer.