Commit 529286bd authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.

parent c43aa1ad
......@@ -1702,12 +1702,6 @@ struct wined3d_raster_status
UINT scan_line;
};
typedef struct _WINED3DDEVINFO_VERTEXSTATS
{
DWORD NumRenderedTriangles;
DWORD NumExtraClippingTriangles;
} WINED3DDEVINFO_VERTEXSTATS;
typedef struct _WINED3DLOCKED_RECT
{
INT Pitch;
......
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