d3d9: Stop setting the device state in d3d9_device_SetVertexDeclaration().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c50d3468cc
commit
f4db2de5eb
|
@ -3317,9 +3317,6 @@ static HRESULT WINAPI d3d9_device_SetVertexDeclaration(IDirect3DDevice9Ex *iface
|
|||
wined3d_mutex_lock();
|
||||
wined3d_stateblock_set_vertex_declaration(device->update_state,
|
||||
decl_impl ? decl_impl->wined3d_declaration : NULL);
|
||||
if (!device->recording)
|
||||
wined3d_device_set_vertex_declaration(device->wined3d_device,
|
||||
decl_impl ? decl_impl->wined3d_declaration : NULL);
|
||||
device->has_vertex_declaration = !!decl_impl;
|
||||
wined3d_mutex_unlock();
|
||||
|
||||
|
|
Loading…
Reference in New Issue