wined3d: Get rid of WINED3DDEVINFO_BANDWIDTHTIMINGS.

oldstable
Henri Verbeet 2011-11-28 21:31:00 +01:00 committed by Alexandre Julliard
parent ab73f20e38
commit adb0c08626
1 changed files with 0 additions and 9 deletions

View File

@ -1692,15 +1692,6 @@ struct wined3d_device_creation_parameters
DWORD flags;
};
typedef struct _WINED3DDEVINFO_BANDWIDTHTIMINGS
{
float MaxBandwidthUtilized;
float FrontEndUploadMemoryUtilizedPercent;
float VertexRateUtilizedPercent;
float TriangleSetupRateUtilizedPercent;
float FillRateUtilizedPercent;
} WINED3DDEVINFO_BANDWIDTHTIMINGS;
typedef struct _WINED3DDEVINFO_CACHEUTILIZATION
{
float TextureCacheHitRate;