Using vectors instead of bitmaps is good way to save memory.
However, using vectors, especially in large numbers, dramatically
increases the need for CPU or GPU resources. Using bitmaps is a
good way to optimize rendering, because the runtime needs fewer
processing resources to draw pixels on the screen than to render
vector content.
|
|
|