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.