include: Add d3d12.idl.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2018-02-14 12:35:50 +01:00 committed by Alexandre Julliard
parent cd29ee158a
commit 6d202658f2
3 changed files with 2181 additions and 1 deletions

View File

@ -47,6 +47,7 @@ IDL_SRCS = \
d3d11_3.idl \
d3d11_4.idl \
d3d11sdklayers.idl \
d3d12.idl \
d3dcommon.idl \
d3dx10core.idl \
d3dx11core.idl \

2177
include/d3d12.idl Normal file

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,9 @@ typedef enum D3D_FEATURE_LEVEL
D3D_FEATURE_LEVEL_10_0 = 0xa000,
D3D_FEATURE_LEVEL_10_1 = 0xa100,
D3D_FEATURE_LEVEL_11_0 = 0xb000,
D3D_FEATURE_LEVEL_11_1 = 0xb100
D3D_FEATURE_LEVEL_11_1 = 0xb100,
D3D_FEATURE_LEVEL_12_0 = 0xc000,
D3D_FEATURE_LEVEL_12_1 = 0xc100,
} D3D_FEATURE_LEVEL;
cpp_quote("#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048")