bug/tint/294.wgsl:8:24 warning: use of deprecated language feature: declare access with var instead of using [[access]] decoration [[set(0), binding(1)]] var lights : [[access(read)]] Lights; ^^^ struct Light { position : vec3; colour : vec3; }; [[block]] struct Lights { light : [[stride(32)]] array; }; [[group(0), binding(1)]] var lights : Lights;