hello-triangle panics on minimize #1523
Labels
api: vulkan
Issues with Vulkan
area: validation
Issues related to validation, diagnostics, and error handling
help required
We need community help to make this happen.
type: bug
Something isn't working
Description
The hello-triangle example panics after minimizing the window, with the following stack trace:
The other examples don't panic, since they use
.max(1)
before creating the swap chain.I've seen a few issues that were closed as a dupe of #1026, but this still seems to be present.
Repro steps
Check out latest master, run hello-triangle example.
Expected vs observed behavior
I would expect either:
.max(1)
.Platform
AdapterInfo { name: "GeForce GTX 1080 Ti", vendor: 4318, device: 6918, device_type: DiscreteGpu, backend: Vulkan }
The text was updated successfully, but these errors were encountered: