Practice free →
Home › Per Apple Metal docs, ARGUMENT BUFFERS (vs separ…

Per Apple Metal docs, ARGUMENT BUFFERS (vs separate bindings) on Apple GPUs reduce which overhead?

AVertex shader execution time per vertex
BGPU triangle setup time per primitive
CCPU bind-call setup before each draw
DAudio render budget on the DSP unit
Answer & Solution
Correct answer: C. CPU bind-call setup before each draw
Apple Metal docs: argument buffers package many resources (textures, samplers, buffers) into one encoded block — fewer driver calls, lower CPU cost.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions