scrollOffset.offset + shape.position + vert.position * shape.size) ), 0.0, 1.0 ); vsOut.color = shape.color; return vsOut; } @fragment fn fs(vsOut: VSOutput) -> @location(0) vec4f { return vsOut.color; }