Practice free →
Home › In rendering optimisation, BATCHING multiple dra…

In rendering optimisation, BATCHING multiple draw calls into one is most effective when objects share which property?

APosition in world space
BSpawn timestamp in seconds
CMaterial + render state
DVertex count only matters
Answer & Solution
Correct answer: C. Material + render state
Unity Manual (Static + Dynamic Batching) + Unreal docs: same material + render state can merge into one draw. Different materials force state changes + separate calls.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions