| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Glutin Version v0.32.1 source code.tar.gz | 2024-09-11 | 95.5 kB | |
| Glutin Version v0.32.1 source code.zip | 2024-09-11 | 138.2 kB | |
| README.md | 2024-09-11 | 755 Bytes | |
| Totals: 3 Items | 234.4 kB | 0 | |
- Fixed EGL's
Device::query_devices()being too strict about required extensions. - Fixed crash in
EglGetProcAddresson Win32-x86 platform due to wrong calling convention. - Fixed EGL's
Display::device()always returning an error due to invalid pointer-argument passing inside. - Fixed EGL's
Display::new()making anEGLDisplay::Khrwhen the EGL version for the display is 1.4 or lower. - Added
Device::drm_device_node_path()andDevice::drm_render_device_node_path()getters to EGL viaEGL_EXT_device_drm. - Added support for
DrmDisplayHandlein EGL'sDisplay::with_device()usingEGL_DRM_MASTER_FD_EXTfromEGL_EXT_device_drm. - Properly set up OpenGL-specific stuff on the
NSView, instead of relying on Winit to do it.