blob: 3d12b7d958c4f5e75b3dfe3c5df21416b1f32e5a [file] [log] [blame]
half4 main(float2 coords) {
return half4(coords.x, coords.y, 1, 1);
}