Module: wine Branch: master Commit: 529286bdcdbe5f858360c6778901a9600267b294 URL: http://source.winehq.org/git/wine.git/?a=commit;h=529286bdcdbe5f858360c67789...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Dec 4 15:50:15 2011 +0100
wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.
---
include/wine/wined3d.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h index 1a0d170..2704152 100644 --- a/include/wine/wined3d.h +++ b/include/wine/wined3d.h @@ -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;