Commit 7babc38c authored by Ihsan Akmal's avatar Ihsan Akmal Committed by Alexandre Julliard

dxgiformat.h: Add missing DXGI_FORMAT enums.

parent 1c72e594
...@@ -138,6 +138,9 @@ typedef enum DXGI_FORMAT { ...@@ -138,6 +138,9 @@ typedef enum DXGI_FORMAT {
DXGI_FORMAT_P8 = 113, DXGI_FORMAT_P8 = 113,
DXGI_FORMAT_A8P8 = 114, DXGI_FORMAT_A8P8 = 114,
DXGI_FORMAT_B4G4R4A4_UNORM = 115, DXGI_FORMAT_B4G4R4A4_UNORM = 115,
DXGI_FORMAT_P208 = 130,
DXGI_FORMAT_V208 = 131,
DXGI_FORMAT_V408 = 132,
DXGI_FORMAT_FORCE_UINT = 0xffffffff DXGI_FORMAT_FORCE_UINT = 0xffffffff
} DXGI_FORMAT; } DXGI_FORMAT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment