Skip to content

Text batch breaks in MotionMark #2085

@kvark

Description

@kvark

MotionMark test 8 has lots of text drawn on top of each other. We don't end up batching it at all, since each text gets split into 2 sub-passes. We should either stop using multiple passes, or force them to participate in rendering as regular batches, so that we could batch all the pass-1 together, then all the pass-2 together, etc.

Note: ok, not "all" of it, but at least some non-intersecting parts.

08-text

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions