Dernière activité 1719523408

Révision 6b5c380d2f13072119fddcd06f8c2f6d3d183702

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