Skip to content
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

Remove alpha blending from BackEnd trait #705

Closed
4 tasks done
bvssvni opened this issue Nov 22, 2014 · 0 comments · Fixed by #714
Closed
4 tasks done

Remove alpha blending from BackEnd trait #705

bvssvni opened this issue Nov 22, 2014 · 0 comments · Fixed by #714
Assignees
Labels

Comments

@bvssvni
Copy link
Member

bvssvni commented Nov 22, 2014

For 2D graphics it makes sense to turn on alpha blending for all rendering. In some cases it might be desired to control this manually. In any case this is unnecessary book keeping for the drawing routines.

  • Remove enable_alpha_blending from BackEnd trait
  • Remove disable_alpha_blending from BackEnd trait
  • Remove has_texture_alpha from BackEnd trait
  • Move impls in back-ends to the concrete back-end type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant