rust-gpu/examples/runners
andrusha 94ad8a5f6b
Enable Vulkan for WGPU runner (#852)
* Enable Vulkan for WGPU runner

Metal doesn't support SPIR-V shader passthrough, so on macOS using WGPU runner you get following error with any example:

```
Features SPIRV_SHADER_PASSTHROUGH are required but not enabled on the device
```

Vulkan supports shader passthrough, but requires compatibility layer of MoltenVK to work, which needs to be installed on the host machine. Currently this feature is only available on master.

* Update examples Cargo lockfile
2022-03-10 15:59:46 +01:00
..
ash Update deps (#833) 2022-01-04 08:02:14 +00:00
cpu Update deps (#829) 2021-12-17 14:55:27 +00:00
wgpu Enable Vulkan for WGPU runner (#852) 2022-03-10 15:59:46 +01:00