blob: 436b6249ec324ba5cdd7ae2b15464f71e92c9cb4 [file] [log] [blame]
### Compilation failed:
error: 2: variables of type 'uint' may not be uniform
uniform uint b;
^^^^^^^^^^^^^^
error: 3: 'main' must return: 'vec4', 'float4', or 'half4'
void main() {
^^^^^^^^^^^
error: 4: unknown identifier 'sk_FragColor'
sk_FragColor.x = half(bitCount(a));
^^^^^^^^^^^^
error: 4: unknown identifier 'bitCount'
sk_FragColor.x = half(bitCount(a));
^^^^^^^^
error: 5: unknown identifier 'sk_FragColor'
sk_FragColor.y = half(bitCount(b));
^^^^^^^^^^^^
error: 5: unknown identifier 'bitCount'
sk_FragColor.y = half(bitCount(b));
^^^^^^^^
6 errors