mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[PSDK] Add missing D3DFORMAT enum members to d3d9types.h
This commit is contained in:
parent
c25857f291
commit
22bacc6e08
1 changed files with 5 additions and 0 deletions
|
@ -816,6 +816,11 @@ typedef enum _D3DFORMAT {
|
|||
D3DFMT_D32F_LOCKABLE = 82,
|
||||
D3DFMT_D24FS8 = 83,
|
||||
|
||||
#ifndef D3D_DISABLE_9EX
|
||||
D3DFMT_D32_LOCKABLE = 84,
|
||||
D3DFMT_S8_LOCKABLE = 85,
|
||||
#endif
|
||||
|
||||
D3DFMT_VERTEXDATA = 100,
|
||||
D3DFMT_INDEX16 = 101,
|
||||
D3DFMT_INDEX32 = 102,
|
||||
|
|
Loading…
Reference in a new issue