wined3d: Get rid of WINED3DDEVINFO_STAGETIMINGS.
This commit is contained in:
parent
94c0da184e
commit
b3b686d9e8
|
@ -1696,12 +1696,6 @@ struct wined3d_device_creation_parameters
|
||||||
DWORD flags;
|
DWORD flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _WINED3DDEVINFO_STAGETIMINGS
|
|
||||||
{
|
|
||||||
float MemoryProcessingPercent;
|
|
||||||
float ComputationProcessingPercent;
|
|
||||||
} WINED3DDEVINFO_STAGETIMINGS;
|
|
||||||
|
|
||||||
typedef struct _WINED3DRASTER_STATUS
|
typedef struct _WINED3DRASTER_STATUS
|
||||||
{
|
{
|
||||||
BOOL InVBlank;
|
BOOL InVBlank;
|
||||||
|
|
Loading…
Reference in New Issue