Java Game Developer Question:
Download Questions PDF

Explain me the Advantages And Disadvantages Of Using Packed Buffers?

Java Game Developer Interview Question
Java Game Developer Interview Question

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 Java Game Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me how Good Bitbucket/github Is For Game Development?What is the concept of object cloning and how is this used in java?