mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* rename `command_encoder_run_*_pass` to `*_pass_end` and make it a method of compute/render pass instead of encoder * executing a compute pass consumes it now such that it can't be executed again * use handle_error instead of handle_error_nolabel for wgpu compute pass * use handle_error instead of handle_error_nolabel for render_pass_end * changelog addition * feat: `compute_pass_set_push_constant`: move panics to error variants Co-Authored-By: Erich Gubler <erichdongubler@gmail.com> --------- Co-authored-by: Erich Gubler <erichdongubler@gmail.com>