Última atividade 1719523408

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