d3d10.idl: Added missing D3D10_CREATE_DEVICE_FLAG values.
This commit is contained in:
parent
92f29035d8
commit
44a34c4838
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue