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:
parent
cd29ee158a
commit
6d202658f2
|
@ -47,6 +47,7 @@ IDL_SRCS = \
|
|||
d3d11_3.idl \
|
||||
d3d11_4.idl \
|
||||
d3d11sdklayers.idl \
|
||||
d3d12.idl \
|
||||
d3dcommon.idl \
|
||||
d3dx10core.idl \
|
||||
d3dx11core.idl \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue