6 lines
70 B
GLSL
6 lines
70 B
GLSL
#ifdef ALPHATEST
|
|
|
|
if ( diffuseColor.a < ALPHATEST ) discard;
|
|
|
|
#endif
|