Friz64

Results 73 comments of Friz64

> Unless you @Friz64 rather think it is best to start anew? Yes, I think it's easier to start anew, there's less old code that interferes with new requirements. And,...

Just had a long BeamNG.drive gaming session.. without any issues! I am grateful for your efforts :)

In erupt, I have separate types. `FlagBits` are implemented as a `#[repr(transparent)]` struct with `impl`s on it ([example](https://docs.rs/erupt/latest/erupt/vk1_0/struct.SampleCountFlagBits.html)), and `Flags` are implemented using the `bitflags` crate ([example](https://docs.rs/erupt/latest/erupt/vk1_0/struct.SampleCountFlags.html)). Enums are implemented...

Install Rust: https://www.rust-lang.org/tools/install Install dependencies if you are on Linux (e.g. Ubuntu: `sudo apt-get install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev`) Build & Run: `cargo run --release`

I'm pretty confident it will, you should try and see what happens

1. How does Mesa/RADV behave? This is the Vulkan driver most commonly used with AMD GPUs. Make sure `vulkan-radeon` is installed and run with `WGPU_ADAPTER_NAME=RADV`. 2. Is this a duplicate...

@TheFoon The easiest way out for now is to install Mesa's RADV Vulkan driver (available on Arch Linux as `vulkan-radeon`), which is by far the most widely used and supported...

If you want to statically link on macOS, you may want to take a look at https://github.com/embarkstudios/ash-molten. Otherwise, using `Entry::load` should also work.

I don't know much about macOS, maybe this StackOverflow post has something useful in it? https://stackoverflow.com/questions/58732459/vk-error-incompatible-driver-with-mac-os-and-vulkan-moltenvk

Done! [title-wayland-debug.txt](https://github.com/glfw/glfw/files/14385905/title-wayland-debug.txt) journalctl shows this: ``` Feb 23 14:46:31 arch gnome-shell[63235]: WL: error in client communication (pid 65121) Feb 23 14:46:31 arch kernel: gnome-shell[63235]: segfault at 10 ip 0000791274a80c44 sp...