QRhiVulkanCommandBufferNativeHandles Class
Holds the Vulkan command buffer object that is backing a QRhiCommandBuffer. More...
Header: | #include <QRhiVulkanCommandBufferNativeHandles> |
qmake: | QT += rhi |
Inherits: | QRhiNativeHandles |
Public Variables
int | commandBuffer |
Detailed Description
Holds the Vulkan command buffer object that is backing a QRhiCommandBuffer.
Note: The Vulkan command buffer object is only guaranteed to be valid, and in recording state, while recording a frame. That is, between a beginFrame() - endFrame() or beginOffscreenFrame() - endOffscreenFrame() pair.