QRhiVulkanQueueSubmitParams Struct

Verweist auf zusätzliche Vulkan-API-Objekte, die an vkQueueSubmit() übergeben werden. Mehr...

Kopfzeile: #include <QRhiVulkanQueueSubmitParams>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Seit: Qt 6.9
Vererbt: QRhiNativeHandles

Öffentliche Variablen

Detaillierte Beschreibung

Hinweis: Dies ist eine RHI API mit eingeschränkten Kompatibilitätsgarantien, siehe QRhi für Details.

Dokumentation der Mitgliedsvariablen

uint32_t QRhiVulkanQueueSubmitParams::presentWaitSemaphoreCount

Ist dieser Wert ungleich Null, gilt dies für den nächsten Aufruf von vkQueuePresentKHR(). Siehe VkPresentInfoKHR für Einzelheiten.

VkSemaphore *QRhiVulkanQueueSubmitParams::presentWaitSemaphores

Siehe VkPresentInfoKHR für Einzelheiten.

uint32_t QRhiVulkanQueueSubmitParams::signalSemaphoreCount

Siehe VkSubmitInfo für weitere Einzelheiten.

VkSemaphore *QRhiVulkanQueueSubmitParams::signalSemaphores

Siehe VkSubmitInfo für weitere Einzelheiten.

uint32_t QRhiVulkanQueueSubmitParams::waitSemaphoreCount

Siehe VkSubmitInfo für weitere Einzelheiten.

VkSemaphore *QRhiVulkanQueueSubmitParams::waitSemaphores

Siehe VkSubmitInfo für weitere Einzelheiten.

© 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.