-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
wgl: add support for pixel buffer surfaces #1701
Conversation
838424a
to
09a7611
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update doc here https://github.com/rust-windowing/glutin/blob/master/glutin/src/surface.rs#L522 with the pbuffer that could be present there?
Other than that looks good.
Done! Thank you for the thorough review, and my apologies for the sorry state of this initially. Have a great rest of your weekend. 🙂 |
0582c56
to
7a66063
Compare
7a66063
to
29d0b70
Compare
29d0b70
to
8925482
Compare
CHANGELOG.md
if knowledge of this change could be valuable to usersCreated or updated an example program if it would help users understand this functionalityI didn't create an example, since this is standard functionality that was previously unexposed.