最後活躍 1719523408

修訂 9089fb83c77ad8be7d8a09e404b213da6abe467c

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