wined3d: Get rid of WINED3DDEVINFO_PIPELINETIMINGS.
This commit is contained in:
parent
3c75024210
commit
04a7ae43d5
|
@ -1696,14 +1696,6 @@ struct wined3d_device_creation_parameters
|
||||||
DWORD flags;
|
DWORD flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _WINED3DDEVINFO_PIPELINETIMINGS
|
|
||||||
{
|
|
||||||
float VertexProcessingTimePercent;
|
|
||||||
float PixelProcessingTimePercent;
|
|
||||||
float OtherGPUProcessingTimePercent;
|
|
||||||
float GPUIdleTimePercent;
|
|
||||||
} WINED3DDEVINFO_PIPELINETIMINGS;
|
|
||||||
|
|
||||||
typedef struct _WINED3DDEVINFO_STAGETIMINGS
|
typedef struct _WINED3DDEVINFO_STAGETIMINGS
|
||||||
{
|
{
|
||||||
float MemoryProcessingPercent;
|
float MemoryProcessingPercent;
|
||||||
|
|
Loading…
Reference in New Issue