mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
* Initial(untested commit), vulkan and gles only supported * Maybe fixed compiles for metal and dx12 * Hopefully fixed compiles for other backends and updated to functional(?) vulkan thing * Fixed the clippy warning * Fixed silly documentation mistake * Fixed issue with multiview feature * Dummy commit for dummy CI The CI pooped itself, hopefully this fixes that. Will probably be undone either way. * Re trigger CI checks, to avoid #7126 * Changes based on code review * Fixed clippy warning, broken cargo.lock * Unfucked cargo.lock for real this time * Switched match to if-let in accordance with review * Updated changelog * Fix CI error Done from web out of impatience * CI is very angry 😡 Made CI less angry by fixing formatting(hopefully). This commit was also done from GitHub web. * Removed comment in following request * Update wgpu-hal/src/vulkan/adapter.rs --------- Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>