Tim Glauert
Results
2
issues of
Tim Glauert
vulkano: 0.34.1 Calling `display_plane_supported_displays` can cause a panic by calling `unwrap` on `None`: > thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/tim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vulkano-0.34.1/src/device/physical.rs:925:66 This is `physical.rs` lines 921...
status: unknown-cause
status: needs investigation
The sample code contains the follow tests: ``` .read((flags & O_RDONLY != 0) | (flags & O_RDWR != 0)) .write((flags & O_WRONLY != 0) | (flags & O_RDWR != 0))...