include: Add D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT.
Signed-off-by: Steve Lhomme <robux4@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
64822f2120
commit
31085cc3e9
|
@ -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>")
|
||||
|
|
Loading…
Reference in New Issue