fastest way to draw a screen buffer on the iphone

后端 未结 5 1914
终归单人心
终归单人心 2020-12-12 21:35

I have a \"software renderer\" that I am porting from PC to the iPhone. what is the fastest way to manually update the screen with a buffer of pixels on the iphone? for in

5条回答
  •  一整个雨季
    2020-12-12 21:49

    The fastest way is to use IOFrameBuffer/IOSurface, which are private frameworks.

    So OpenGL seems to be the only possible way for AppStore apps.

提交回复
热议问题