rust-windowing/glutin

Add options to build `from_raw`

kchibisov opened this issue · 2 comments

We should provide a way to create non-owning constructors for types that could be build from raw
pointers,like EGLSurface/EGLContext, GLXContext, ect.

Do we want a flag to indicate whether glutin takes ownership of the context/whatever?

Maybe separate methods.