Blame view

Checkpoint/arith_gt_float.glsl 52 Bytes
4c7005497   Austin Sun   test cases
1
2
3
4
5
6
7
  float x;
  float y;
  
  bool arith()
  {
    return x > y;
  }