Commit 31085cc3 authored by Steve Lhomme's avatar Steve Lhomme Committed by Alexandre Julliard

include: Add D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT.

parent 64822f21
......@@ -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>")
......
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