1### Compilation failed: 2 3error: 1: interface blocks are not allowed in this kind of program 4layout(binding=123) uniform testBlock { 5 ^^^^^^^^^ 6error: 8: 'main' must return: 'vec4', 'float4', or 'half4' 7void main() { 8^^^^^^^^^^^ 9error: 9: unknown identifier 'sk_FragColor' 10 sk_FragColor = half4(test[0].s, test[1].m[1][0], test[0].a[1], test[1].am[1][0][1]); 11 ^^^^^^^^^^^^ 12error: 9: unknown identifier 'test' 13 sk_FragColor = half4(test[0].s, test[1].m[1][0], test[0].a[1], test[1].am[1][0][1]); 14 ^^^^ 15error: 9: unknown identifier 'test' 16 sk_FragColor = half4(test[0].s, test[1].m[1][0], test[0].a[1], test[1].am[1][0][1]); 17 ^^^^ 18error: 9: unknown identifier 'test' 19 sk_FragColor = half4(test[0].s, test[1].m[1][0], test[0].a[1], test[1].am[1][0][1]); 20 ^^^^ 21error: 9: unknown identifier 'test' 22 sk_FragColor = half4(test[0].s, test[1].m[1][0], test[0].a[1], test[1].am[1][0][1]); 23 ^^^^ 247 errors 25