alphatestFragment top-level property
Implementation
String alphatestFragment = """
#ifdef USE_ALPHATEST
if ( diffuseColor.a < alphaTest ) discard;
#endif
""";
String alphatestFragment = """
#ifdef USE_ALPHATEST
if ( diffuseColor.a < alphaTest ) discard;
#endif
""";