struct Light { position : vec3; colour : vec3; }; struct Lights { light : array; }; @group(0) @binding(1) var lights : Lights;