mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
909: Add Quad play test r=kvark a=DevOrc **Connections** #807 **Description** Adds a play test that renders a white quad to a texture. The texture is then copied to a buffer and checked for accuracy with a file of expected bytes (All 0xFF). **Testing** Cargo test succeeds Co-authored-by: Noah Charlton <ncharlton002@gmail.com>