On 2/5/19 20:58, Henri Verbeet wrote:
On Tue, 5 Feb 2019 at 19:42, Paul Gofman gofmanp@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.