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
44a34c48
Commit
44a34c48
authored
Jun 30, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10.idl: Added missing D3D10_CREATE_DEVICE_FLAG values.
parent
92f29035
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
d3d10.idl
include/d3d10.idl
+4
-1
No files found.
include/d3d10.idl
View file @
44a34c48
...
...
@@ -913,7 +913,10 @@ typedef enum D3D10_CREATE_DEVICE_FLAG {
D3D10_CREATE_DEVICE_SINGLETHREADED
=
0
x1
,
D3D10_CREATE_DEVICE_DEBUG
=
0
x2
,
D3D10_CREATE_DEVICE_SWITCH_TO_REF
=
0
x4
,
D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS
=
0
x8
D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS
=
0
x8
,
D3D10_CREATE_DEVICE_ALLOW_NULL_FROM_MAP
=
0
x10
,
D3D10_CREATE_DEVICE_BGRA_SUPPORT
=
0
x20
,
D3D10_CREATE_DEVICE_STRICT_VALIDATION
=
0
x0200
}
D3D10_CREATE_DEVICE_FLAG
;
/*
Core
*/
...
...
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