[PATCH 5/5] wined3d: Get rid of WINED3DDEVINFO_CACHEUTILIZATION.

Henri Verbeet hverbeet at codeweavers.com
Mon Nov 28 14:31:01 CST 2011


---
 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;
-- 
1.7.3.4




More information about the wine-patches mailing list