You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
I think the primary use case for the "masked" blend mode is for nice edges (e.g., foliage), therefore many engines will want to enable ALPHA_TO_COVERAGE for this.
However, in this screenshot, alpha-to-coverage is clearly disabled, since the gradient appears totally opaque until the hard cutoff.
If alpha-to-coverage and MSAA enabled, the screenshot might look more like this:
It might be a better test if it were more representative, e.g. if it used alpha cutoff for the text labels, rather than applying to a large gradient. Alternatively maybe the test's README should simply make mention of alpha-to-coverage.