Commit 529168ec authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

include: Add d3d11.1 and d3d11.2 constants to d3d11.idl.

parent 469dd878
......@@ -260,6 +260,16 @@ cpp_quote("struct CD3D11_DEFAULT {};")
cpp_quote("extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT;")
cpp_quote("#endif")
cpp_quote("#ifndef _D3D11_1_CONSTANTS")
cpp_quote("#define _D3D11_1_CONSTANTS")
const UINT D3D11_1_UAV_SLOT_COUNT = 64;
cpp_quote("#endif")
cpp_quote("#ifndef _D3D11_2_CONSTANTS")
cpp_quote("#define _D3D11_2_CONSTANTS")
const UINT D3D11_2_TILED_RESOURCE_TILE_SIZE_IN_BYTES = 0x10000;
cpp_quote("#endif")
typedef enum D3D11_BLEND
{
D3D11_BLEND_ZERO = 1,
......
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