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
94dece4c
Commit
94dece4c
authored
Oct 03, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_SRCMOD_TYPE typedef.
parent
540054eb
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 @
94dece4c
...
...
@@ -514,7 +514,8 @@ enum bwritersampler_texture_type
#define BWRITERSI_TEXLD_PROJECT 1
#define BWRITERSI_TEXLD_BIAS 2
typedef
enum
_BWRITERSHADER_PARAM_SRCMOD_TYPE
{
enum
bwritershader_param_srcmod_type
{
BWRITERSPSM_NONE
=
0
,
BWRITERSPSM_NEG
,
BWRITERSPSM_BIAS
,
...
...
@@ -529,7 +530,7 @@ typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE {
BWRITERSPSM_ABS
,
BWRITERSPSM_ABSNEG
,
BWRITERSPSM_NOT
,
}
BWRITERSHADER_PARAM_SRCMOD_TYPE
;
};
#define BWRITER_SM1_VS 0xfffe
#define BWRITER_SM1_PS 0xffff
...
...
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