Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
06010471
Commit
06010471
authored
Nov 28, 2014
by
Stefan Dösinger
Committed by
Alexandre Julliard
Nov 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
includes: Remove some double defines in d3d11.idl.
parent
832aa40a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
d3d11.idl
include/d3d11.idl
+0
-10
No files found.
include/d3d11.idl
View file @
06010471
...
...
@@ -89,7 +89,6 @@ cpp_quote("#define D3D11_FLOAT32_MAX (3.402823466e+38f)")
const
unsigned
int
D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT
=
8
;
const
UINT
D3D11_REQ_TEXTURE2D_U_OR_V_DIMENSION
=
16384
;
const
UINT
D3D11_MAX_MAXANISOTROPY
=
16
;
const
UINT
D3D11_MAX_MULTISAMPLE_SAMPLE_COUNT
=
32
;
const
UINT
D3D11_VIEWPORT_BOUNDS_MAX
=
32767
;
...
...
@@ -156,18 +155,9 @@ const UINT D3D11_REQ_TEXTURECUBE_DIMENSION = 16384;
const
UINT
D3D11_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL
=
0
;
const
UINT
D3D11_SHADER_MAJOR_VERSION
=
5
;
const
UINT
D3D11_SHADER_MAX_INSTANCES
=
65535
;
const
UINT
D3D11_SHADER_MAX_INTERFACES
=
253
;
const
UINT
D3D11_SHADER_MAX_INTERFACE_CALL_SITES
=
4096
;
const
UINT
D3D11_SHADER_MAX_TYPES
=
65535
;
const
UINT
D3D11_SHADER_MINOR_VERSION
=
0
;
const
UINT
D3D11_SHIFT_INSTRUCTION_PAD_VALUE
=
0
;
const
UINT
D3D11_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT
=
5
;
const
UINT
D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT
=
8
;
const
UINT
D3D11_SO_BUFFER_MAX_STRIDE_IN_BYTES
=
2048
;
const
UINT
D3D11_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES
=
512
;
const
UINT
D3D11_SO_BUFFER_SLOT_COUNT
=
4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment