Skip to content
Snippets Groups Projects
Commit 529286bd authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.

parent c43aa1ad
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment