[PATCH 3/4] d3d8/tests: Port test_alphatest() from d3d9.

Paul Gofman gofmanp at gmail.com
Tue Feb 5 12:05:56 CST 2019


On 2/5/19 20:58, Henri Verbeet wrote:
> On Tue, 5 Feb 2019 at 19:42, Paul Gofman <gofmanp at gmail.com> wrote:
>> +    if (FAILED(hr = IDirect3D8_CreateDevice(d3d, D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL,
>> +            window, D3DCREATE_MIXED_VERTEXPROCESSING, &present_parameters, &device)))
> Does this really require mixed vertex processing?
Oh, not really. I will change this to use create_device() instead.




More information about the wine-devel mailing list