mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
Added some work-in-progress structs needed for IDirect3D9::CreateDevice()
svn path=/trunk/; revision=33132
This commit is contained in:
parent
48b2c90e2f
commit
4b3ff92f36
2 changed files with 1585 additions and 1 deletions
1584
reactos/dll/directx/d3d9/d3d9_device.h
Normal file
1584
reactos/dll/directx/d3d9/d3d9_device.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,7 @@ typedef struct _D3D9Unknown6BC_
|
|||
/* 0x00b0 */ DWORD dwUnknown00b0;
|
||||
/* 0x00b4 */ DWORD dwUnknown00b4;
|
||||
/* 0x00b8 */ DWORD dwUnknown00b8;
|
||||
/* 0x00BC */ DDGAMMARAMP lpGammaRamp;
|
||||
/* 0x00BC */ DDGAMMARAMP GammaRamp;
|
||||
} D3D9_Unknown6BC;
|
||||
|
||||
typedef struct _tagD3D9_DRIVERCAPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue