| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Glutin Version v0.32.2 source code.tar.gz | 2025-01-12 | 98.4 kB | |
| Glutin Version v0.32.2 source code.zip | 2025-01-12 | 141.2 kB | |
| README.md | 2025-01-12 | 954 Bytes | |
| Totals: 3 Items | 240.6 kB | 0 | |
- Added
PossiblyCurrentContext::make_not_current_in_place(&self)for whenSendcapability ofNotCurrentContextis not required. - Added
NotCurrentContext::make_current_surfaceless(self)andPossiblyCurrentContext::make_current_surfaceless(&self)in theCglimplementation to allow the use of surfaceless contexts on MacOS. - Added
NotCurrentContext::make_current_surfaceless(self)andPossiblyCurrentContext::make_current_surfaceless(&self)in theGlximplementation to allow the use of surfaceless contexts with GLX. - Added
NotCurrentContext::make_current_surfaceless(self)andPossiblyCurrentContext::make_current_surfaceless(&self)in theWglimplementation to allow the use of surfaceless contexts with WGL. - Added workaround for EGL drivers reporting
EGL_KHR_platform_gbmwithout EGL 1.5 client. - Added
GlContext::priority/ContextAttributesBuilder::with_priorityto get/set context priority.