simuverse
simuverse copied to clipboard
Downlevel flags DownlevelFlags(SURFACE_VIEW_FORMATS) are required but not supported on the device
环境
步骤:
- git clone --recursive https://github.com/jinleili/simuverse.git
- cd simuverse
- cargo run
预期:
结果:
还不确定是不是 vulkan 版本的原因。
如果你机器上的 vulkan 驱动低于 1.1,可以试试将 vulkan 升级到 1.1+ 版本。
或者指定 directX 驱动来运行: WGPU_BACKEND=dx12 cargo run