jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stop render on windows7

gilsonwang opened this issue · comments

Hi,

When I restore from lock screen on windows7, it didn't render until restart the program.
I try to get last error code after EndDraw() but it return 0 without any exception.
I also try another library SharpDX sample (BitmapApp), it seens work.
Do you have any idea about this?