Glutin Version v0.30.1
- Added new
glutin-winit
crate to help bootstrapping newglutin
withwinit
. - Added
EGLDevice
wrappers for EGL. - Added EGL dependent api to make a context current without a surface.
- Added
supports_transparency
onGlConfig
. - On GLX, try all extensions when setting vsync.
- On WGL, fixed that
Surface::swap_buffers
takes longer with every call caused by frequent calls of the win32 functionHDC GetDC(HWND hWnd)
.