Última atividade 1719523408

Revisão 6b5c380d2f13072119fddcd06f8c2f6d3d183702

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