Commit 6d202658 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

include: Add d3d12.idl.

parent cd29ee15
...@@ -47,6 +47,7 @@ IDL_SRCS = \ ...@@ -47,6 +47,7 @@ IDL_SRCS = \
d3d11_3.idl \ d3d11_3.idl \
d3d11_4.idl \ d3d11_4.idl \
d3d11sdklayers.idl \ d3d11sdklayers.idl \
d3d12.idl \
d3dcommon.idl \ d3dcommon.idl \
d3dx10core.idl \ d3dx10core.idl \
d3dx11core.idl \ d3dx11core.idl \
......
...@@ -86,7 +86,9 @@ typedef enum D3D_FEATURE_LEVEL ...@@ -86,7 +86,9 @@ typedef enum D3D_FEATURE_LEVEL
D3D_FEATURE_LEVEL_10_0 = 0xa000, D3D_FEATURE_LEVEL_10_0 = 0xa000,
D3D_FEATURE_LEVEL_10_1 = 0xa100, D3D_FEATURE_LEVEL_10_1 = 0xa100,
D3D_FEATURE_LEVEL_11_0 = 0xb000, 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; } D3D_FEATURE_LEVEL;
cpp_quote("#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048") cpp_quote("#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048")
......
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