rust-windowing / glutin

A low-level library for OpenGL context creation
Apache License 2.0
1.98k stars 476 forks source link

Workaround for fallback to GLES1 on supported GLES2 platforms #1648

Closed p0ryae closed 8 months ago

p0ryae commented 10 months ago

This aims to safely fix the issue reported in https://github.com/rust-windowing/glutin/issues/1647. Tested on my device. Shouldn't break any other functionalities.

Please note that I only purpose this workaround for major version 2 in order to decrease the risk of breakage, since I have no idea how this will preform on other major versions. Either ways, I don't believe major version 3 should be needing this.

kchibisov commented 8 months ago

Fixed by #1655.

Let me know if you need a patch release for that thing.

p0ryae commented 8 months ago

Fixed by #1655.

Let me know if you need a patch release for that thing.

Thanks. Wouldn't mind a patch release, for sure.

kchibisov commented 8 months ago

done.