mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
717: Implement Capability/Extension Split r=kvark a=cwfitzgerald ## Connections Follow up to a discussion we had on #wgpu:matrix.org. ## Description Splits capabilities and extensions so that extensions are things you ask for and possibly change behavior and capabilities are passively enabled when their extension (if any) are enabled. Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>