Microsoft
98-374 · Question #53
What two ways can you improve the frame rate of your 3D game? (Choose two.)
The correct answer is A. Use column major matrices instead of row major matrices. D. Save results instead of recalculating them. See the full explanation below for the reasoning.
Question
What two ways can you improve the frame rate of your 3D game? (Choose two.)
Options
- AUse column major matrices instead of row major matrices.
- BAvoid inline methods.
- CReduce draw calls.
- DSave results instead of recalculating them.
- EMake your view frustum longer.
How the community answered
(56 responses)- A82% (46)
- B2% (1)
- C11% (6)
- E5% (3)
Community Discussion
No community discussion yet for this question.