mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-09-26 20:11:28 +08:00

This commit adds DrawOptions so that rendering APIs can specify blending. This commit also changes the definition of FillRule so that FillRuleNonZero becomes 0. Closes #3287