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

Switch to using glow as the default renderer both on native and the web #1020

Merged
merged 6 commits into from
Dec 31, 2021

Conversation

emilk
Copy link
Owner

@emilk emilk commented Dec 31, 2021

Following #685 by @AlexApps99 and #868 by @t18b219k it is time to switch to using glow by default!

@emilk emilk merged commit b1fd6a4 into master Dec 31, 2021
@emilk emilk deleted the glow-default branch December 31, 2021 14:17
emilk added a commit that referenced this pull request Jan 10, 2022
I removed this check in #1020
because it produced a warning on Firefox. Better a warning
than an OpenGL error though.
@emilk emilk mentioned this pull request Jan 10, 2022
emilk added a commit that referenced this pull request Jan 10, 2022
* Re-add check of WEBGL_debug_renderer_info to avoid OpenGL error

I removed this check in #1020
because it produced a warning on Firefox. Better a warning
than an OpenGL error though.

* Bug fix: don't ask for webgl context and then later for webgl2 context

The browser will only allow the first thing we check, so this will
prevent webgl2 from working.
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.

1 participant