• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 1: interface blocks are not allowed in this kind of program
4in T { int x; };
5   ^
6error: 2: 'main' must return: 'vec4', 'float4', or 'half4'
7void main() { sk_FragCoord; }
8^^^^^^^^^^^
92 errors
10