wined3d: Get rid of WINED3DDEVINFO_CACHEUTILIZATION.

This commit is contained in:
Henri Verbeet 2011-11-28 21:31:01 +01:00 committed by Alexandre Julliard
parent adb0c08626
commit a84454aabb
1 changed files with 0 additions and 6 deletions

View File

@ -1692,12 +1692,6 @@ struct wined3d_device_creation_parameters
DWORD flags;
};
typedef struct _WINED3DDEVINFO_CACHEUTILIZATION
{
float TextureCacheHitRate;
float PostTransformVertexCacheHitRate;
} WINED3DDEVINFO_CACHEUTILIZATION;
typedef struct _WINED3DDEVINFO_INTERFACETIMINGS
{
float WaitingForGPUToUseApplicationResourceTimePercent;