Commit 6ac59b96 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Fix vertex buffers based on type, not semantic.

parent 2d904495
......@@ -863,6 +863,8 @@ typedef struct IWineD3DVertexBufferImpl
LONG declChanges, draws;
/* Last description of the buffer */
WineDirect3DVertexStridedData strided;
BOOL last_was_vshader;
BOOL last_was_converted;
} IWineD3DVertexBufferImpl;
extern const IWineD3DVertexBufferVtbl IWineD3DVertexBuffer_Vtbl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment