Skip to content

Glutin Version v0.30.1

Compare
Choose a tag to compare
@kchibisov kchibisov released this 12 Nov 07:11
· 89 commits to master since this release
v0.30.1
3891ed3
  • Added new glutin-winit crate to help bootstrapping new glutin with winit.
  • Added EGLDevice wrappers for EGL.
  • Added EGL dependent api to make a context current without a surface.
  • Added supports_transparency on GlConfig.
  • 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 function HDC GetDC(HWND hWnd).