wined3d: Return the correct vertex declaration.
commitdabcbe83e79eae3950385adffbc1108b1d19b57d
authorH. Verbeet <hverbeet@gmail.com>
Wed, 14 Dec 2005 09:50:27 +0000 (14 10:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Dec 2005 09:50:27 +0000 (14 10:50 +0100)
treeb0beb8123527bcaf50bf4b2bd493687bf5a2952a
parent0f55ef3befa563fd578f7c16dbc65602defd0e1d
wined3d: Return the correct vertex declaration.
In IWineD3DDeviceImpl_GetVertexDeclaration, return the vertex
declaration in This->stateblock instead of the one in
This->updateStateBlock.
dlls/wined3d/device.c