Freya Gentz

Results 100 comments of Freya Gentz

Afaik, this is achievable via the raw context extensions (even though it is not the most ergonomic thing). Sadly, this extension is only implemented for Windows and Linux. Feel free...

Hey, could you post the results of `glxinfo && glinfo && lspci`?

If someone wants to do it, I'll be happy to accept it.

https://github.com/rust-windowing/winit/pull/845 https://github.com/rust-windowing/winit/pull/797

I'm not familiar with how how `get_proc_address` would work w/ web, as I have no knowledge wrt wasm-unknown-unknown. As for the requirement of `Sync + Send`, we could just not...

Hey @fasihrana sry for the late reply... Soooo, I was able to reproduce this on linux. So, I used this modified example: ``` extern crate glutin; use glutin::ContextTrait; use std::thread;...

The main cause of this issue is going to be however: https://i.imgur.com/1xhOKQl.png Produced with: ``` extern crate glutin; use std::thread; use std::time::Duration; struct Win { win: glutin::Window, ev: glutin::EventsLoop, }...

I didn't feel satisfied with "this is an upstream issue" when it came to the X11 backend, so I did some further digging (as was part of the 0.21 milestone)....

Nvm, damn macos & emscripten