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

公共变量

详细描述

注意: 这是一个 RHI API,具有有限的兼容性保证,详情请参见QRhi

成员变量文档

uint32_t QRhiVulkanQueueSubmitParams::presentWaitSemaphoreCount

非零时,该值适用于下一次vkQueuePresentKHR() 调用。详见VkPresentInfoKHR

VkSemaphore *QRhiVulkanQueueSubmitParams::presentWaitSemaphores

详见VkPresentInfoKHR

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.