10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
### Compilation failed:
|
|
|
|
error: 14: 'main' must return: 'vec4', 'float4', or 'half4'
|
|
void main() {
|
|
^^^^^^^^^^^
|
|
error: 17: unknown identifier 'sk_FragColor'
|
|
sk_FragColor.r = half(a1.x) + half(b1.x);
|
|
^^^^^^^^^^^^
|
|
2 errors
|