Ultima attività 1719523408

Revisione f1e72d04fd9edcba64963e32c7f5b1ab2e3d6a43

learning_shell_texturing.c Raw
1void fragment() {
2
3 //...
4
5 if (hash_result <= shell_height) {
6 discard;
7 }
8
9 //...
10
11}