We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题。pixels.render()要和RedrawRequested事件同步。这个可能和后端翻新一起解决。 现在问题现象是:在irisia-backend/src/render_window/mod.rs中的window_runtime函数中接收到重绘事件后如果直接window.request_redraw会让Pixels::render导致线程阻塞
irisia-backend/src/render_window/mod.rs
window.request_redraw
Pixels::render
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题。pixels.render()要和RedrawRequested事件同步。这个可能和后端翻新一起解决。
现在问题现象是:在
irisia-backend/src/render_window/mod.rs
中的window_runtime函数中接收到重绘事件后如果直接window.request_redraw
会让Pixels::render
导致线程阻塞The text was updated successfully, but these errors were encountered: