rust-windowing / glutin

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

examples: clean up examples to not recreate display #1692

Closed kchibisov closed 1 month ago

kchibisov commented 2 months ago

It was incorrectly ported that the display was recreated, though, given that passing the same arguments to it will yield the same results it was still working as expected.