GITLAB
Austin Sun / CSE131-PA4
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Blame view
Checkpoint/arith_gt_float.glsl
52 Bytes
edit
raw
normal view
history
4c7005497
Austin Sun
test cases
1 2 3 4 5 6 7
float x; float y; bool arith() { return x > y; }