1 Mar
2023
1 Mar
'23
11:38 p.m.
Zebediah Figura (@zfigura) commented about dlls/d3d9/tests/visual.c:
hr = IDirect3DDevice9_SetStreamSource(device, act.strInstance, vb3, 0, sizeof(instancepos[0])); ok(SUCCEEDED(hr), "Failed to set stream source, hr %#lx.\n", hr);
+ /* Not indexed draw test. Only single instance should be drawed */
```suggestion:-0+0 /* Non-indexed draw test. Only a single instance should be drawn. */ ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2282#note_25952