GITLAB
Austin Sun / CSE131-PA4
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
4c70054975bd5b85cd3089f88e55fa0f77c099cc
master
4c70054975bd5b85cd3089f88e55fa0f77c099cc
cse131-pa4
Checkpoint
arith_gt_float.glsl
4c7005497
test cases
Browse Code »
Austin Sun
9 years ago
arith_gt_float.glsl
52 Bytes
edit
raw
blame
history
1
2
3
4
5
6
7
float
x;
float
y;
bool
arith()
{
return
x > y;
}