...
if (FragmentColor.a <= 0.2) discard;
Again, change the ext text of FragmentColor to whatever color-holding vector you are working with in your functions.
...
...
if (FragmentColor.a <= 0.2) discard;
Again, change the ext text of FragmentColor to whatever color-holding vector you are working with in your functions.
...