mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* implement command_encoder_resolve_query_set * fix args * add BufferUsages::QUERY_RESOLVE * update changelog * fix link text * validate query resolve: check for QUERY_RESOLVE instead of CPY_DST * update changelog, replace COPY_DST with QUERY_RESOLVE in mipmap example