dxgiformat.h: Add missing DXGI_FORMAT enums.

Signed-off-by: Ihsan Akmal <ihsanapps@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Ihsan Akmal 2017-09-20 18:43:33 +08:00 committed by Alexandre Julliard
parent 1c72e594e3
commit 7babc38c23
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ typedef enum DXGI_FORMAT {
DXGI_FORMAT_P8 = 113,
DXGI_FORMAT_A8P8 = 114,
DXGI_FORMAT_B4G4R4A4_UNORM = 115,
DXGI_FORMAT_P208 = 130,
DXGI_FORMAT_V208 = 131,
DXGI_FORMAT_V408 = 132,
DXGI_FORMAT_FORCE_UINT = 0xffffffff
} DXGI_FORMAT;