QRhiVulkanQueueSubmitParams Struct
Hace referencia a objetos adicionales de la API Vulkan que se pasan a vkQueueSubmit(). Más...
| Cabecera: | #include <QRhiVulkanQueueSubmitParams> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| Desde: | Qt 6.9 |
| Hereda: | QRhiNativeHandles |
Variables Públicas
| uint32_t | presentWaitSemaphoreCount |
| VkSemaphore * | presentWaitSemaphores |
| uint32_t | signalSemaphoreCount |
| VkSemaphore * | signalSemaphores |
| uint32_t | waitSemaphoreCount |
| VkSemaphore * | waitSemaphores |
Descripción detallada
Nota: Esta es una API RHI con garantías de compatibilidad limitadas, consulte QRhi para más detalles.
Documentación de Variables Miembro
uint32_t QRhiVulkanQueueSubmitParams::presentWaitSemaphoreCount
Cuando es distinto de cero, se aplica a la siguiente llamada a vkQueuePresentKHR(). Véase VkPresentInfoKHR para más detalles.
VkSemaphore *QRhiVulkanQueueSubmitParams::presentWaitSemaphores
Véase VkPresentInfoKHR para más detalles.
uint32_t QRhiVulkanQueueSubmitParams::signalSemaphoreCount
Véase VkSubmitInfo para más detalles.
VkSemaphore *QRhiVulkanQueueSubmitParams::signalSemaphores
Véase VkSubmitInfo para más detalles.
uint32_t QRhiVulkanQueueSubmitParams::waitSemaphoreCount
Véase VkSubmitInfo para más detalles.
VkSemaphore *QRhiVulkanQueueSubmitParams::waitSemaphores
Véase VkSubmitInfo para más detalles.
© 2026 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.