mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* glsl-in: Remove unneeded mutability from reference * glsl-in: Fix composite constructors In the recent rework of the constructors it seems that the logic for composite types (arrays and structs) was accidentally removed by me.