QRhiVulkanCommandBufferNativeHandles Struct

持有支持QRhiCommandBuffer 的 Vulkan 命令缓冲区对象 ...... 更多...

头文件: #include <rhi/qrhi.h>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::GuiPrivate)
qmake: QT += gui-private
Qt 6.6
继承: QRhiNativeHandles

公共变量

VkCommandBuffer commandBuffer

详细说明

注意: Vulkan 命令缓冲区对象只保证在录制帧时有效并处于录制状态。也就是说,在beginFrame() -endFrame() 或beginOffscreenFrame() -endOffscreenFrame() 对之间。

注: 这是一个 RHI API,兼容性保证有限,详情请查看QRhi

成员变量文档

VkCommandBuffer QRhiVulkanCommandBufferNativeHandles::commandBuffer

VkCommandBuffer 对象。

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