场景图形 - Vulkan 纹理导入

Shows how to use a texture created directly with use a texture created directly withulkan.

The Vulkan Texture Import example shows how an application can import and use a VkImage in the Qt Quick scene. This provides an alternative to the underlay , overlay, or render node approaches when it comes to integrating native Vulkan rendering.

This example is equivalent in most ways to the Metal 纹理导入 example. The Vulkan rendering code is taken from the 在 QML 下的 Vulkan 范例。

范例工程 @ code.qt.io