With glutin it's pretty simple, since winit window is Send + Sync, so the only thing you'd need is to send data from event loop thread to renderer thread via ...
確定! 回上一頁