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.