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 whenSend
capability ofNotCurrentContext
is not required. - Added
NotCurrentContext::make_current_surfaceless(self)
andPossiblyCurrentContext::make_current_surfaceless(&self)
in theCgl
implementation to allow the use of surfaceless contexts on MacOS. - Added
NotCurrentContext::make_current_surfaceless(self)
andPossiblyCurrentContext::make_current_surfaceless(&self)
in theGlx
implementation to allow the use of surfaceless contexts with GLX. - Added
NotCurrentContext::make_current_surfaceless(self)
andPossiblyCurrentContext::make_current_surfaceless(&self)
in theWgl
implementation to allow the use of surfaceless contexts with WGL. - Added workaround for EGL drivers reporting
EGL_KHR_platform_gbm
without EGL 1.5 client. - Added
GlContext::priority
/ContextAttributesBuilder::with_priority
to get/set context priority.