glutin
glutin copied to clipboard
Add options to build `from_raw`
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.