Fast multi-window rendering

后端 未结 5 601
执笔经年
执笔经年 2021-02-01 08:03

I\'ve been searching and testing different kinds of rendering libraries for C# days for many weeks now. So far I haven\'t found a single library that works well on multi-windowe

5条回答
  •  不知归路
    2021-02-01 08:32

    Make sure you've disabled security checks for calls to native code (via SuppressUnmanagedCodeSecurityAttribute).

    The associated stack walking is a performance killer.

提交回复
热议问题