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
WPF/OffScreen - NullReferenceException in the WaitForRenderIdleAsync …
…method
- Catch and throw exception back onto the calling thread so it doesn't crash the app
Resovles #4902
Implement AcceleratedPaintInfo (#4796)
* Implement AcceleratedPaintInfo so the shared texture can be used for accelerated rendering in a custom IRenderHandler.
* Make AcceleratedPaintInfo members get-only properties, set via constructor.
Add XML comments, based on CEF.
---------
Co-authored-by: Dennis de Bruijn <[email protected]>