blob: fc9954858d27767bb7d1d18954052d1ec2efa06a [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(findLSB(a));
^^^^^^^^^^^^
error: 4: unknown identifier 'findLSB'
sk_FragColor.x = half(findLSB(a));
^^^^^^^
error: 5: unknown identifier 'sk_FragColor'
sk_FragColor.y = half(findLSB(b));
^^^^^^^^^^^^
error: 5: unknown identifier 'findLSB'
sk_FragColor.y = half(findLSB(b));
^^^^^^^
6 errors