Searched refs:max_influences (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 11492 DWORD max_influences[3], count, fvf; in test_load_skin_mesh_from_xof() local 11570 memset(max_influences, 0x55, sizeof(max_influences)); in test_load_skin_mesh_from_xof() 11571 hr = skin_info->lpVtbl->GetMaxVertexInfluences(skin_info, max_influences); in test_load_skin_mesh_from_xof() 11573 todo_wine ok(!max_influences[0], "Got unexpected value %u.\n", max_influences[0]); in test_load_skin_mesh_from_xof() 11574 ok(max_influences[1] == 0x55555555, "Got unexpected value %u.\n", max_influences[1]); in test_load_skin_mesh_from_xof() 11575 ok(max_influences[2] == 0x55555555, "Got unexpected value %u.\n", max_influences[2]); in test_load_skin_mesh_from_xof()
|