mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Add basic drm support to vulkan backend * Move vulkan drm implementation to its own module * Properly feature gate drm support and add safety docs * Disable drm on wasm targets * Remove old fixme comment from vulkan drm backend * Move cfg check inside drm module * Use expect instead of allow for create_surface_from_drm * Document that drm is not available on apple platforms