include: Add D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT.

Signed-off-by: Steve Lhomme <robux4@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Steve Lhomme 2019-12-17 11:51:34 +01:00 committed by Alexandre Julliard
parent 64822f2120
commit 31085cc3e9
1 changed files with 6 additions and 0 deletions

View File

@ -3793,6 +3793,12 @@ typedef enum D3D11_CREATE_DEVICE_FLAG {
D3D11_CREATE_DEVICE_VIDEO_SUPPORT = 0x0800
} D3D11_CREATE_DEVICE_FLAG;
typedef enum D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT
{
D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT = 0x0001,
D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT = 0x0002,
} D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT;
const UINT D3D11_SDK_VERSION = 7;
cpp_quote("#include <d3d10_1.h>")