Ultima attività 1719523408

Revisione 9089fb83c77ad8be7d8a09e404b213da6abe467c

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