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

Document justification for FallbackEgl #5392

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Document justification for FallbackEgl #5392

merged 1 commit into from
Nov 26, 2024

Conversation

e00E
Copy link
Contributor

@e00E e00E commented Nov 20, 2024

The previous link does not explain why we chose FallbackEgl. This is a better link.

The previous link does not explain why we chose FallbackEgl. This is a better link.
Copy link

Preview available at https://egui-pr-preview.github.io/pr/5392-egl
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk changed the title document justification for FallbackEgl Document justification for FallbackEgl Nov 26, 2024
@emilk emilk added exclude from changelog eframe Relates to epi and eframe docs and examples Improving and adding documentation and examples labels Nov 26, 2024
@emilk emilk merged commit 7cee35c into emilk:master Nov 26, 2024
27 of 28 checks passed
.with_preference(glutin_winit::ApiPreference::FallbackEgl) // https://github.com/emilk/egui/issues/2520#issuecomment-1367841150
//
// The justification for FallbackEgl over PreferEgl is at https://github.com/emilk/egui/pull/2526#issuecomment-1400229576 .
.with_preference(glutin_winit::ApiPreference::PreferEgl)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I misunderstanding something or should this have stayed FallbackEgl ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it should have. My bad. I was playing around with this setting to understand it, which is how I ended up updating the documentation comment. I accidentally committed the change when I only wanted to commit the documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lucasmerlin pushed a commit that referenced this pull request Nov 30, 2024
I accidentally changed this in a previous commit when I meant to only
change the comment above it.

#5392 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs and examples Improving and adding documentation and examples eframe Relates to epi and eframe exclude from changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants