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;
|
UINT scan_line;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _WINED3DDEVINFO_VERTEXSTATS
|
|
||||||
{
|
|
||||||
DWORD NumRenderedTriangles;
|
|
||||||
DWORD NumExtraClippingTriangles;
|
|
||||||
} WINED3DDEVINFO_VERTEXSTATS;
|
|
||||||
|
|
||||||
typedef struct _WINED3DLOCKED_RECT
|
typedef struct _WINED3DLOCKED_RECT
|
||||||
{
|
{
|
||||||
INT Pitch;
|
INT Pitch;
|
||||||
|
|
Loading…
Reference in New Issue