valhentai

Results 5 comments of valhentai

I ran the cefclient sample with the command` cefclient.exe -off-screen-rendering-enabled` and video run at full speed. I can't reproduce the issue with Cef alone because it is linked to WPF....

Maybe Changing the dispatcher priority in `InteropBitmapFactory` and `WritableBitmapFactory` will solve the problem. I already had a similar problem where a Render priority gave me a slugish rendering. putting the...

I changed the priority of all the Dispatcher call I found in the WPF solution but nothing changed. It seem to be a bug from WPF. The `OnPaint()` function in...

I just do ``` var rec = new Rectangle { Width = 100, Height = 100 }; var rotate = new RotateTransform(); rec.RenderTransform = rotate; var anim = new DoubleAnimation...

Hi, has there been any progress on the rendering of vertical text ? I grabbed the 1.8.3 version to convert a Svg to a XAML drawing but the text with...