Module: wine Branch: master Commit: 905b579743523d8fe861eb939eabf8cbf12f363e URL: http://source.winehq.org/git/wine.git/?a=commit;h=905b579743523d8fe861eb939e...
Author: Józef Kucia jkucia@codeweavers.com Date: Fri Nov 6 17:32:20 2015 +0100
include: Add some missing D3D11 constants.
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
---
include/d3d11.idl | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/d3d11.idl b/include/d3d11.idl index cf8d93d..605befd 100644 --- a/include/d3d11.idl +++ b/include/d3d11.idl @@ -87,12 +87,17 @@ const UINT D3D11_DEFAULT_VIEWPORT_WIDTH = 0;
cpp_quote("#define D3D11_FLOAT32_MAX (3.402823466e+38f)")
+const UINT D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT = 32; + const unsigned int D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT = 8;
const UINT D3D11_MAX_MAXANISOTROPY = 16; const UINT D3D11_MAX_MULTISAMPLE_SAMPLE_COUNT = 32; const UINT D3D11_VIEWPORT_BOUNDS_MAX = 32767; const INT D3D11_VIEWPORT_BOUNDS_MIN = -32768; +const UINT D3D11_VIEWPORT_AND_SCISSORRECT_MAX_INDEX = 15; +const UINT D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE = 16; + const UINT D3D11_SHADER_MAJOR_VERSION = 5; const UINT D3D11_SHADER_MAX_INSTANCES = 65535; const UINT D3D11_SHADER_MAX_INTERFACES = 253;