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

Move draw methods into Facade #1656

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

ashkitten
Copy link

This allows programs to use either a Headless or Display without wrapping them in an enum and using match statements to draw

I wasn't quite sure of the best place to put the method, but Facade looked to be the easiest and was common between anything that has a Context.

@daboross daboross mentioned this pull request Jan 21, 2018
@ashkitten
Copy link
Author

bump

@daboross daboross mentioned this pull request Nov 12, 2018
mitchmindtree and others added 6 commits December 5, 2018 20:41
Includes the consolidation of the old HeadlessContext type with the
Context type. The glutin headless renderer backend within glium has
been updated accordingly.

See the glutin 0.19 release notes [here](https://github.com/tomaka/glutin/blob/master/CHANGELOG.md).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants