include/d3d9types.h: Remove Size from D3DVOLUME_DESC.
This commit is contained in:
parent
4c8fbfed90
commit
106badf11b
|
@ -1528,7 +1528,7 @@ typedef struct _D3DVOLUME_DESC {
|
|||
D3DRESOURCETYPE Type;
|
||||
DWORD Usage;
|
||||
D3DPOOL Pool;
|
||||
UINT Size;
|
||||
|
||||
UINT Width;
|
||||
UINT Height;
|
||||
UINT Depth;
|
||||
|
|
Loading…
Reference in New Issue