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