Is TDirect2DCanvas slow or am I doing something wrong?

后端 未结 4 1143
梦谈多话
梦谈多话 2021-02-01 18:43

While looking for alternatives to replace GDI, I was trying to test Delphi\'s 2010 TDirect2DCanvas performance in Windows 7.

I tested it by drawing a huge polyl

4条回答
  •  终归单人心
    2021-02-01 19:09

    In all my benchmark tests OpenGL (with and without MSAA antialiasing) is faster than GDI, GDI+ or Direct2D, for the particular case of drawing 2D elements like polygons, lines, rectangles, etc.

提交回复
热议问题