blob: 471beaa29823733d98e21765b38ea3f2e608eefc [file] [log] [blame]
@group(0) @binding(0) var<storage> weights : array<f32>;
@fragment
fn main() {
var a = weights[0];
}