Skip to content

Added a new blend/alpha test

lerabot requested to merge lerabot/GLdc:master into experimental

"forked" a new blend test that takes depth into account.

The left portion of the screen doesn't change the Z value between the 2 rect and they are rendered correctly. The right section decrement Z (which should be "correct") but the order is wrong. Incrementing the Z currently fixed this issue.

Merge request reports