-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify draw state #996
Comments
Since additive blending gives different effect than adding color components for semi-transparent colors (see #1001), I suggest that we remove |
There seem to be several blending techniques with different benefits/drawbacks:
|
I am considering implementing this for the new Gfx design. See #1030. |
Instead of converting from one draw state API to another, an idea is to use a simplified draw state that cover the use cases we have today.
The text was updated successfully, but these errors were encountered: