QRhiVulkanQueueSubmitParams Struct
引用传递给vkQueueSubmit()
的其他 Vulkan API 对象。更多
头文件: | #include <QRhiVulkanQueueSubmitParams> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
自 | Qt 6.9 |
继承: | QRhiNativeHandles |
公共变量
uint32_t | presentWaitSemaphoreCount |
VkSemaphore * | presentWaitSemaphores |
uint32_t | signalSemaphoreCount |
VkSemaphore * | signalSemaphores |
uint32_t | waitSemaphoreCount |
VkSemaphore * | waitSemaphores |
详细描述
注意: 这是一个 RHI API,具有有限的兼容性保证,详情请参见QRhi 。
成员变量文档
uint32_t QRhiVulkanQueueSubmitParams::presentWaitSemaphoreCount
非零时,该值适用于下一次vkQueuePresentKHR()
调用。详见VkPresentInfoKHR。
VkSemaphore *QRhiVulkanQueueSubmitParams::presentWaitSemaphores
uint32_t QRhiVulkanQueueSubmitParams::signalSemaphoreCount
详见VkSubmitInfo。
VkSemaphore *QRhiVulkanQueueSubmitParams::signalSemaphores
详见VkSubmitInfo。
uint32_t QRhiVulkanQueueSubmitParams::waitSemaphoreCount
详见VkSubmitInfo。
VkSemaphore *QRhiVulkanQueueSubmitParams::waitSemaphores
详见VkSubmitInfo。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.