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
4dfa780e
Commit
4dfa780e
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_RESOURCE_MISC_FLAG values.
parent
9b1b70c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
d3d10.idl
include/d3d10.idl
+5
-3
No files found.
include/d3d10.idl
View file @
4dfa780e
...
...
@@ -843,9 +843,11 @@ typedef enum D3D10_CPU_ACCESS_FLAG {
}
D3D10_CPU_ACCESS_FLAG
;
typedef
enum
D3D10_RESOURCE_MISC_FLAG
{
D3D10_RESOURCE_MISC_GENERATE_MIPS
=
0
x1
,
D3D10_RESOURCE_MISC_SHARED
=
0
x2
,
D3D10_RESOURCE_MISC_TEXTURECUBE
=
0
x4
D3D10_RESOURCE_MISC_GENERATE_MIPS
=
0
x0001
,
D3D10_RESOURCE_MISC_SHARED
=
0
x0002
,
D3D10_RESOURCE_MISC_TEXTURECUBE
=
0
x0004
,
D3D10_RESOURCE_MISC_SHARED_KEYEDMUTEX
=
0
x0010
,
D3D10_RESOURCE_MISC_GDI_COMPATIBLE
=
0
x0020
}
D3D10_RESOURCE_MISC_FLAG
;
typedef
enum
D3D10_MAP_FLAG
{
...
...
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