Commit 6a6e1108 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Get rid of WINED3DDEVINFO_VCACHE.

parent 529286bd
......@@ -1725,16 +1725,6 @@ typedef struct _WINED3DBOX
UINT Back;
} WINED3DBOX;
/*Vertex cache optimization hints.*/
typedef struct WINED3DDEVINFO_VCACHE
{
DWORD Pattern; /* Must be a 4 char code FOURCC (e.g. CACH) */
DWORD OptMethod; /* 0 to get the longest strips, 1 vertex cache */
DWORD CacheSize; /* Cache size to use (only valid if OptMethod==1) */
DWORD MagicNumber; /* Internal for deciding when to restart strips,
non user modifiable (only valid if OptMethod==1) */
} WINED3DDEVINFO_VCACHE;
typedef struct WineDirect3DStridedData
{
enum wined3d_format_id format; /* Format of the data */
......
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