Re: [PATCH 1/5] d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHEvalDirectionalLight().
24 May
2017
24 May
'17
11:44 p.m.
2017-05-23 11:04 GMT+02:00 Henri Verbeet <hverbeet(a)codeweavers.com>:
@@ -2908,7 +2908,7 @@ static void test_D3DXSHEvalDirectionalLight(void) green_out = test[l].green_in; blue_out = test[l].blue_in;
- for (j = 0; j < 49; j++) + for (j = 0; j < ARRAY_SIZE(red_out); ++j)
red_out here is defined as a pointer, not an array.
3127
Age (days ago)
3127
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni