Does GDI+ support graphics acceleration?

后端 未结 1 1619
自闭症患者
自闭症患者 2020-12-20 07:51

I\'m trying to write a screensaver for a Windows platform using C++ and Win APIs. To render graphics I\'m using GDI+, but the issue is rendering png\'s with some small amoun

相关标签:
1条回答
  • 2020-12-20 08:51

    Nope. GDI is mostly about manipulation of in memory bitmaps when it comes down to it. If you want more advanced features, use Direct3D/2D.

    0 讨论(0)
提交回复
热议问题