Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a1528097
Commit
a1528097
authored
Mar 03, 2006
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add D3D7 texture stage types.
parent
ecaf7729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
wined3d_types.h
include/wine/wined3d_types.h
+10
-0
No files found.
include/wine/wined3d_types.h
View file @
a1528097
...
...
@@ -386,6 +386,16 @@ typedef enum _WINED3DTEXTURESTAGESTATETYPE {
WINED3DTSS_BUMPENVMAT10
=
9
,
WINED3DTSS_BUMPENVMAT11
=
10
,
WINED3DTSS_TEXCOORDINDEX
=
11
,
WINED3DTSS_ADDRESS
=
12
,
WINED3DTSS_ADDRESSU
=
13
,
WINED3DTSS_ADDRESSV
=
14
,
WINED3DTSS_BORDERCOLOR
=
15
,
WINED3DTSS_MAGFILTER
=
16
,
WINED3DTSS_MINFILTER
=
17
,
WINED3DTSS_MIPFILTER
=
18
,
WINED3DTSS_MIPMAPLODBIAS
=
19
,
WINED3DTSS_MAXMIPLEVEL
=
20
,
WINED3DTSS_MAXANISOTROPY
=
21
,
WINED3DTSS_BUMPENVLSCALE
=
22
,
WINED3DTSS_BUMPENVLOFFSET
=
23
,
WINED3DTSS_TEXTURETRANSFORMFLAGS
=
24
,
...
...
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