Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

AlphaBlendModeTest assumes ALPHA_TO_COVERAGE is disabled #221

@prideout

Description

@prideout

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:
bad
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions