Commit 3c750242 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Get rid of WINED3DDEVINFO_INTERFACETIMINGS.

parent 3a2921c5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment