Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate "with_winit" examples to winit's new "app" API (#628)
Second round of #626 Currently, this crashes with the following on my local, so I think I'm doing something wrong. ``` Running `target\debug\with_winit_bin.exe` [2024-07-15T15:33:30.317Z ERROR wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] loader_scanned_icd_add: Driver C:\Windows\System32\DriverStore\FileRepository\u0379858.inf_amd64_1719b9caae095668\B377432\.\amdvlk64.dll says it supports interface version 6 but still exports core entrypoints (Policy #LDP_DRIVER_6) [2024-07-15T15:33:30.318Z ERROR wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x1ca928fbea0, name: ?) Initialising in parallel using 14 threads Parsed svg Ghostscript_Tiger in 8.3298ms Encoded svg Ghostscript_Tiger in 893.9µs thread 'main' panicked at examples\with_winit\src\lib.rs:511:22: failed to get surface texture: Timeout note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: process didn't exit successfully: `target\debug\with_winit_bin.exe` (exit code: 101) ```
- Loading branch information