mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-22 15:57:15 +08:00
f0b95f97bc
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