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
feecb8eb
Commit
feecb8eb
authored
Jan 03, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Jan 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move WINED3DTS_WORLD et al directly into _WINED3DTRANSFORMSTATETYPE.
parent
0cf44ae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wined3d.idl
include/wine/wined3d.idl
+4
-4
No files found.
include/wine/wined3d.idl
View file @
feecb8eb
...
...
@@ -716,12 +716,12 @@ typedef enum _WINED3DTRANSFORMSTATETYPE
WINED3DTS_TEXTURE5
=
21
,
WINED3DTS_TEXTURE6
=
22
,
WINED3DTS_TEXTURE7
=
23
,
WINED3DTS_WORLD
=
256
,
/*
WINED3DTS_WORLDMATRIX
(
0
)
*/
WINED3DTS_WORLD1
=
257
,
WINED3DTS_WORLD2
=
258
,
WINED3DTS_WORLD3
=
259
,
WINED3DTS_FORCE_DWORD
=
0
x7fffffff
}
WINED3DTRANSFORMSTATETYPE
;
cpp_quote
(
"#define WINED3DTS_WORLD WINED3DTS_WORLDMATRIX(0)"
)
cpp_quote
(
"#define WINED3DTS_WORLD1 WINED3DTS_WORLDMATRIX(1)"
)
cpp_quote
(
"#define WINED3DTS_WORLD2 WINED3DTS_WORLDMATRIX(2)"
)
cpp_quote
(
"#define WINED3DTS_WORLD3 WINED3DTS_WORLDMATRIX(3)"
)
cpp_quote
(
"#define WINED3DTS_WORLDMATRIX(index) (WINED3DTRANSFORMSTATETYPE)(index + 256)"
)
typedef
enum
_WINED3DBASISTYPE
...
...
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