Commit 472b5ffc authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/d3d10.idl: Add flags in D3D10_CREATE_DEVICE_FLAG enum.

parent 5c15a6c1
......@@ -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 */
......
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