[PATCH 1/3] include/d3d10.idl: Add flags in D3D10_CREATE_DEVICE_FLAG enum.

Biswapriyo Nath nathbappai at gmail.com
Tue Sep 1 01:13:31 CDT 2020


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200901/a8631e39/attachment.htm>
-------------- next part --------------
From 5196ed01b300634375d26e81ad26f9dd0364708f Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Tue, 1 Sep 2020 11:42:12 +0530
Subject: [PATCH 1/3] include/d3d10.idl: Add flags in D3D10_CREATE_DEVICE_FLAG enum.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/d3d10.idl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/d3d10.idl b/include/d3d10.idl
index 4a94034..146332a 100644
--- a/include/d3d10.idl
+++ b/include/d3d10.idl
@@ -984,7 +984,9 @@ typedef enum D3D10_CREATE_DEVICE_FLAG {
     D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS = 0x8,
     D3D10_CREATE_DEVICE_ALLOW_NULL_FROM_MAP                      = 0x10,
     D3D10_CREATE_DEVICE_BGRA_SUPPORT                             = 0x20,
-    D3D10_CREATE_DEVICE_STRICT_VALIDATION                        = 0x0200
+    D3D10_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY = 0x80,
+    D3D10_CREATE_DEVICE_STRICT_VALIDATION                             = 0x200,
+    D3D10_CREATE_DEVICE_DEBUGGABLE                                    = 0x400,
 } D3D10_CREATE_DEVICE_FLAG;
 
 /* Core */
-- 
2.27.0



More information about the wine-devel mailing list