You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
I suspect that dcomp should probably not be done here, as I don't believe raw_window_handle can eventually plumb down to CreateSwapchainForComposition; I believe it only the CreateSwapChainForHwnd method can be wired up. That said, I think plumbing WM_PAINT to paint() probably does seem like a good idea, as a way to trigger repaint cycles that end up in a Present call.
Composition is way out of scope for now, but might be on the long term roadmap. See raphlinus/raphlinus.github.io#77 for more thoughts on that.
bzm3r
changed the title
Re-introduce dcomp and paint in Windows backend?
Re-introduce paint in Windows backend
Oct 14, 2022
Commented out by unpiet process.
See:
glazier/src/backend/windows/mod.rs
Line 20 in d306005
and:
glazier/src/backend/windows/mod.rs
Line 25 in d306005
The text was updated successfully, but these errors were encountered: