mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Creation of max compute workgroup size limits * Implemented for Vulkan and Dx12 * Follow up of gfx-rs/wgpu#1808 * Check if current dispatch operation is under the limit * Typos and some forgotten fixes * Port to GLES * Port to Metal with default limits * Change Vulkan max_workroup_size_per_dims to pick the min of the reported dimensions Co-authored-by: Dzmitry Malyshau <kvark@fastmail.com> Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>