Module: wine Branch: master Commit: a84454aabb6c1eaabf15e6b0548711c0b74418cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=a84454aabb6c1eaabf15e6b054...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Nov 28 21:31:01 2011 +0100
wined3d: Get rid of WINED3DDEVINFO_CACHEUTILIZATION.
---
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 88fd0de..1ee94b7 100644 --- a/include/wine/wined3d.h +++ b/include/wine/wined3d.h @@ -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;