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
e0d02dfc
Commit
e0d02dfc
authored
Dec 26, 2009
by
Matteo Bruni
Committed by
Alexandre Julliard
Dec 29, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Add D3DSHADER_COMPARISON definition.
parent
ff13146e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
d3d9types.h
include/d3d9types.h
+12
-0
No files found.
include/d3d9types.h
View file @
e0d02dfc
...
...
@@ -1557,4 +1557,16 @@ typedef enum _D3DCOMPOSERECTSOP{
}
D3DCOMPOSERECTSOP
;
#endif
/* D3D_DISABLE_9EX */
typedef
enum
_D3DSHADER_COMPARISON
{
D3DSPC_RESERVED0
=
0
,
D3DSPC_GT
,
D3DSPC_EQ
,
D3DSPC_GE
,
D3DSPC_LT
,
D3DSPC_NE
,
D3DSPC_LE
,
D3DSPC_RESERVED1
,
}
D3DSHADER_COMPARISON
;
#endif
/* __WINE_D3D9TYPES_H */
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