mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.
This commit is contained in:
parent
c43aa1ada8
commit
529286bdcd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user