[PATCH] dxgiformat.h: Add missing DXGI_FORMAT enums

Ihsan Akmal ihsanapps at gmail.com
Wed Sep 20 05:43:33 CDT 2017


Signed-off-by: Ihsan Akmal <ihsanapps at gmail.com>
---
 include/dxgiformat.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/dxgiformat.h b/include/dxgiformat.h
index 6bb9d00..4c315cb 100644
--- a/include/dxgiformat.h
+++ b/include/dxgiformat.h
@@ -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;
 
-- 
2.14.1




More information about the wine-patches mailing list