mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Arrayed cube images require a special capabilities in some backends, so like how we already do with doubles, we now only inject them if a call uses one as an argument. This required some refractoring on the builtins handling of variations but now the interface is cleaner and adding new variations (if needed) should be easier.