Module: wine Branch: master Commit: 44a34c4838e0b1b5ac1fd6f1a1ad968efd3e74b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=44a34c4838e0b1b5ac1fd6f1a1...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jun 30 10:40:00 2011 +0200
d3d10.idl: Added missing D3D10_CREATE_DEVICE_FLAG values.
---
include/d3d10.idl | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/include/d3d10.idl b/include/d3d10.idl index e2ac0f6..0620587 100644 --- a/include/d3d10.idl +++ b/include/d3d10.idl @@ -913,7 +913,10 @@ typedef enum D3D10_CREATE_DEVICE_FLAG { D3D10_CREATE_DEVICE_SINGLETHREADED = 0x1, D3D10_CREATE_DEVICE_DEBUG = 0x2, D3D10_CREATE_DEVICE_SWITCH_TO_REF = 0x4, - D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS = 0x8 + 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_FLAG;
/* Core */