Microsoft
98-374 · Question #19
You need to implement a Direct3D-based rendering system for a 3D game. Which method is called to create a Direct3D object in your application?
The correct answer is C. Direct3DCreate9(). See the full explanation below for the reasoning.
Question
You need to implement a Direct3D-based rendering system for a 3D game. Which method is called to create a Direct3D object in your application?
Options
- ACreateDevice()
- BGetAdapterDisplayMode()
- CDirect3DCreate9()
- DGetAdapterIdentifier()
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C81% (22)
- D7% (2)
Community Discussion
No community discussion yet for this question.