Последняя активность 1719523408

Версия 635f4e22b096b8e156c6f5913c45f97cd9aa3e4b

learning_shell_texturing.c Исходник
1void fragment() {
2
3 //...
4
5 if (hash_result <= shell_height) {
6 discard;
7 }
8
9 //...
10
11}