mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
1559: Query support fixes r=kvark a=Wumpf **Connections** Fixes #1374 for master If PR is accepted,I already have a fix for 0.9 which came out as a sideproduct: https://github.com/Wumpf/wgpu/tree/v0.9-fix-buffer-init-on-query-resolve **Description** Fixes: * (affects master, v0.8, v0.9) query resolve operation not marking buffers as initialized * (affects master) Broken query stride handling for Vulkan * (affects master) Vulkan not advertising query support **Testing** * added new test * mipmap sample Co-authored-by: Andreas Reich <r_andreas2@web.de>