[PATCH 2/4] ddraw: Send device2_Draw* through device3_Draw*

Henri Verbeet hverbeet at gmail.com
Thu Jun 20 06:02:06 CDT 2013


On 20 June 2013 12:17, Stefan Dösinger <stefan at codeweavers.com> wrote:
> -    return IDirect3DDevice7_DrawPrimitive(&device->IDirect3DDevice7_iface, device->primitive_type,
> +    return IDirect3DDevice3_DrawPrimitive(&device->IDirect3DDevice3_iface, device->primitive_type,
>              device->vertex_type, device->sysmem_vertex_buffer, device->nb_vertices, device->render_flags);
This is not introduced by your patch of course, but I don't think
there's much of a point in going through the vtbl here.



More information about the wine-devel mailing list