-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Milestone
Description
Blending is not usually required for widgets, and using a custom draw state means overhead. Perhaps we could use the native draw state?
- A software rasterizer might want full Duff/Porter blending
- A GPU rasterizer might want pre-multiplied alpha with a simple blend equation
Some features, such as rectangle clipping and stencil buffer, could be handled through a trait.