fastest way to draw a screen buffer on the iphone

后端 未结 5 1915
终归单人心
终归单人心 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:46

    Perhaps you could abstract the methods used in the software renderer to a GPU shader... might get better performance. You'd need to send the encoded "video" data as a texture.

提交回复
热议问题