Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/effect.c:
- {
const char *suffix;
UINT value_offset;
UINT value_bytes;
union
{
float f[32];
DWORD dword[32];
} value;
union
{
float f[32];
DWORD dword[32];
} expected_value;
BOOL todo_hr;
- } raw_value_tests[] =
Just curious: why the explicit name here? Were there multiple `tests` arrays at some point?