Windows Sandbox / Hyper-V Windows 11上的Vulkan支持11

发布于 2025-01-29 10:55:56 字数 635 浏览 2 评论 0原文

最新的Windows 11对Windows沙箱和Hyper-V具有支持,因此当Sandbox加载Windows时,它具有vulkaninfo可用并运行。在设备管理器中,实际的GPU不仅是模拟的GPU。

因此,我尝试运行诸如VKCUBE和我自己的应用程序之类的Vulkan应用程序。但是它缺少vk_khr_swapchain扩展。有没有办法使它起作用?如果我尝试vkcube,我会得到vk_khr_swapchain缺少vkcreateinStance

 failure vkEnumatedDeviceExtensionProperties failed to find the VK_KHR_swapchain extention
Do you have a compatible Vulkan installable client driver (ICD) installed?

为什么VulkanInfo显示可用信息的长列表,但缺少这一点?如果缺少这个基本部分,Vulkan支持的含义是什么?

有解决方法吗?

尝试使用启用VGPU配置沙盒,但这删除了VulkanInfo。有什么建议吗?

谢谢

The latest Windows 11 has Vulkan support to Windows Sandbox and maybe Hyper-V so when the sandbox loads Windows, it has vulkaninfo available and running. and in device manager there is the actual GPU not just an emulated one.

So I tried running Vulkan application such as vkcube, and my own application. But it is missing VK_KHR_swapchain extention. Is there a way to make it work? If I try vkcube I get that VK_KHR_swapchain is missing vkCreateInstance:

 failure vkEnumatedDeviceExtensionProperties failed to find the VK_KHR_swapchain extention
Do you have a compatible Vulkan installable client driver (ICD) installed?

So why does vulkaninfo show long list of available information but missing this? What is the meaning of Vulkan support if this basic part is missing?

Is there a workaround?

Tried configuring sandbox with vGpu enabled but this removed the vulkaninfo. Any suggestions?

Thanks

link to vulkan info output on the sandbox virtual machine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文