Microsoft
98-374 · Question #135
You are working on the rendering portion of an XNA game. All requisite variables have been defined and all assets loaded. You review the following code segment: What action does the code achieve?
The correct answer is B. Renders a model by using a built-in shader. See the full explanation below for the reasoning.
Question
You are working on the rendering portion of an XNA game. All requisite variables have been defined and all assets loaded. You review the following code segment:
What action does the code achieve?
Exhibit
Options
- ARenders a model by using fixed-function lighting
- BRenders a model by using a built-in shader
- CRenders a list of models by using a built-in shader
- DRenders a skeletal model by using a custom shader
How the community answered
(30 responses)- A7% (2)
- B77% (23)
- C13% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.
