2D Game Graphic Designer Question:
Download Questions PDF

Explain the advantages and disadvantages of using packed buffers?

Answer:

The advantage of using packed buffers is that it is more efficient for the GPU to render, since all of the information needed to render is located within the same block of memory. The drawback of packed buffer is that it would be difficult and slower to update if you are using dynamic data.

Download 2D Game Graphic Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know when an “onsurfacechange” can occur?Tell me how can you reduce game lag?