mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
1513: Fix failing test compilation on windows - DX12 and DX11 not there. r=kvark a=ElectronicRU **Description** Due to some things in macros being left on cfg(windows) and some changed to cfg(dx12/dx11), the tests didn't even compile, much less run. **Testing** Ideally, some CI for Windows should be set up. Co-authored-by: Alex S <alex0player@gmail.com>