wgpu-native
wgpu-native copied to clipboard
WSL: Present mode Immediate does not supported in v22.1.0.x
Seems to all starting from v22.1.0.x wgpuSurfaceConfigure supports only Fifo present mode in Linux (WSL)
Error in wgpuSurfaceConfigure: Validation Error
Caused by:
Requested present mode Immediate is not in the list of supported present modes: [Fifo]
In 0.19 version at least Immediate mode was supported
0.19 -> 22 is a bit of a gap so there may be something else going on, but we don't actually munge these at all, they're passed straight through. Could you run vulkaninfo to see what vulkan is reporting?