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
48a6375d
Commit
48a6375d
authored
Oct 02, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_DSTMOD_TYPE typedef.
parent
f67af282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
d3dcompiler_private.h
dlls/d3dcompiler_43/d3dcompiler_private.h
+3
-2
No files found.
dlls/d3dcompiler_43/d3dcompiler_private.h
View file @
48a6375d
...
...
@@ -494,12 +494,13 @@ enum bwritervs_rastout_offsets
#define BWRITERSP_WRITEMASK_3 0x8
/* .w a */
#define BWRITERSP_WRITEMASK_ALL 0xf
/* all */
typedef
enum
_BWRITERSHADER_PARAM_DSTMOD_TYPE
{
enum
bwritershader_param_dstmod_type
{
BWRITERSPDM_NONE
=
0
,
BWRITERSPDM_SATURATE
=
1
,
BWRITERSPDM_PARTIALPRECISION
=
2
,
BWRITERSPDM_MSAMPCENTROID
=
4
,
}
BWRITERSHADER_PARAM_DSTMOD_TYPE
;
};
typedef
enum
_BWRITERSAMPLER_TEXTURE_TYPE
{
BWRITERSTT_UNKNOWN
=
0
,
...
...
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