Feb. 20, 2023
5:30 p.m.
Zebediah Figura (@zfigura) commented about dlls/ddraw/device.c:
return D3D_OK; } + +/* + * DirectD3D vertex buffer helpers + * + * For now, it only supports : + * d3d_device.version == 7 + * flags == 0 + * + * Note : it does transform D3DPT_TRIANGLEFAN into D3DPT_TRIANGLELIST. + */
This isn't true (with respect to version) or particularly interesting (with respect to flags), and anyway I think the code tells us as much. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2105#note_24897