wined3d: Get rid of WINED3DDEVINFO_INTERFACETIMINGS.

oldstable
Henri Verbeet 2011-11-30 06:01:47 +01:00 committed by Alexandre Julliard
parent 3a2921c559
commit 3c75024210
1 changed files with 0 additions and 9 deletions

View File

@ -1696,15 +1696,6 @@ struct wined3d_device_creation_parameters
DWORD flags;
};
typedef struct _WINED3DDEVINFO_INTERFACETIMINGS
{
float WaitingForGPUToUseApplicationResourceTimePercent;
float WaitingForGPUToAcceptMoreCommandsTimePercent;
float WaitingForGPUToStayWithinLatencyTimePercent;
float WaitingForGPUExclusiveResourceTimePercent;
float WaitingForGPUOtherTimePercent;
} WINED3DDEVINFO_INTERFACETIMINGS;
typedef struct _WINED3DDEVINFO_PIPELINETIMINGS
{
float VertexProcessingTimePercent;