simuverse icon indicating copy to clipboard operation
simuverse copied to clipboard

Downlevel flags DownlevelFlags(SURFACE_VIEW_FORMATS) are required but not supported on the device

Open iwetuan opened this issue 1 year ago • 1 comments

环境 image 步骤:

  1. git clone --recursive https://github.com/jinleili/simuverse.git
  2. cd simuverse
  3. cargo run

预期:

结果: 4afe32969d89628a7b8f187330c1bdc

iwetuan avatar Feb 18 '24 03:02 iwetuan

还不确定是不是 vulkan 版本的原因。 如果你机器上的 vulkan 驱动低于 1.1,可以试试将 vulkan 升级到 1.1+ 版本。 或者指定 directX 驱动来运行: WGPU_BACKEND=dx12 cargo run

jinleili avatar Feb 19 '24 01:02 jinleili