[PATCH 6/7] ddraw: Implement executebuffer point and line draws.

Henri Verbeet hverbeet at gmail.com
Mon Oct 31 08:36:01 CDT 2016


On 30 October 2016 at 15:02, Stefan Dösinger <stefandoesinger at gmx.at> wrote:
>              case D3DOP_TRIANGLE:
>              {
>                  WORD *indices;
> -                unsigned int index_pos = buffer->index_pos;
> +                unsigned int index_pos = buffer->index_pos, num_indices;
Since you're doing style cleanups in the next patch, "index_count".



More information about the wine-devel mailing list