Domanda

I am currently working on an iOS game and the image resources seem to be a little too much. I heard of webP and wanted to know more about it.

I did some researches on webP and know that this new format requires much less space than PNG and its encoding/decoding speed is fast. But I found no article discussing the GPU burden when using WebP pictures, compared to PNG ones.

Is there any article out there on this topic?

Or can I do the experiment myself? I am coding in VS using cocos2d-x. I don't know what to do if I want to simulate an iOS GPU and monitor its memory usage.

Many thanks!

È stato utile?

Soluzione

You can assume that the textures generated remain the same, ie render at the same speed, using the same amount of memory.

If you want faster loading and rendering and less memory usage, use the .pvr.ccz format.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top