Module: wine Branch: master Commit: 460f71dcf839ea406831d246b367260e6057a4ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=460f71dcf839ea406831d246b3...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sun Apr 22 18:06:07 2007 +0200
d3d: Fix ProcessVertices.
IDirect3DDevice9::ProcessVertices takes a vertex declaration, not a vertex buffer. The source for ProcessVertices is taken from the stateblock, not the vertex declaration.
---
dlls/d3d9/device.c | 3 +- dlls/ddraw/vertexbuffer.c | 13 +++++- dlls/wined3d/device.c | 83 +++++++++++++++++--------------------- include/wine/wined3d_interface.h | 2 +- 4 files changed, 51 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=460f71dcf839ea406831d2...