To reduce driver overhead, we can eliminate a large number of draw calls by writing them into GPU memory and then calling `glMultiDrawElementsIndirect`.
To reduce driver overhead, we can eliminate a large number of draw calls by writing them into GPU memory and then calling
glMultiDrawElementsIndirect.