开发者

Optimal pixel format for drawing on iPhone?

开发者 https://www.devze.com 2022-12-22 12:38 出处:网络
Pretty simple question: when doing some pretty intense drawing with CoreGraphics on the iPhone, how can I specify the pixel format to get optimal performance? Is the format that I get from the context

Pretty simple question: when doing some pretty intense drawing with CoreGraphics on the iPhone, how can I specify the pixel format to get optimal performance? Is the format that I get from the context via UIGraphicsGetCurrentContext per definition the best one? I know that RGB565 is supp开发者_开发问答osed to be the fastest to use in OpenGL. Does that go for CoreGraphics as well? General advice?


k32BGRAPixelFormat and k16LE565PixelFormat (and their CoreGraphics equivalents) can be counted to be hardware accelerated on all iPhone/iPod touch models.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号