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
e43a185c
Commit
e43a185c
authored
Nov 14, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the WINED3DSHADER_PARAM_DSTMOD_TYPE typedef.
parent
563edce2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-2
No files found.
dlls/wined3d/wined3d_private.h
View file @
e43a185c
...
...
@@ -348,13 +348,13 @@ enum wined3d_shader_src_modifier
#define WINED3DSP_WRITEMASK_3 0x8
/* .w a */
#define WINED3DSP_WRITEMASK_ALL 0xf
/* all */
typedef
enum
_WINED3DSHADER_PARAM_DSTMOD_TYPE
enum
wined3d_shader_dst_modifier
{
WINED3DSPDM_NONE
=
0
,
WINED3DSPDM_SATURATE
=
1
,
WINED3DSPDM_PARTIALPRECISION
=
2
,
WINED3DSPDM_MSAMPCENTROID
=
4
,
}
WINED3DSHADER_PARAM_DSTMOD_TYPE
;
};
/* Undocumented opcode control to identify projective texture lookups in ps 2.0 and later */
#define WINED3DSI_TEXLD_PROJECT 1
...
...
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