Commit 317adb87 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add D3D11_FENCE_FLAG_NON_MONITORED name in d3d11_3.idl.

parent 2736a82c
......@@ -49,6 +49,7 @@ typedef enum D3D11_FENCE_FLAG
D3D11_FENCE_FLAG_NONE = 0x1,
D3D11_FENCE_FLAG_SHARED = 0x2,
D3D11_FENCE_FLAG_SHARED_CROSS_ADAPTER = 0x4,
D3D11_FENCE_FLAG_NON_MONITORED = 0x8,
} D3D11_FENCE_FLAG;
typedef struct D3D11_TEXTURE2D_DESC1
......
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