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
f67af282
Commit
f67af282
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 BWRITERVS_RASTOUT_OFFSETS typedef.
parent
57ec706d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3dcompiler_private.h
dlls/d3dcompiler_43/d3dcompiler_private.h
+2
-2
No files found.
dlls/d3dcompiler_43/d3dcompiler_private.h
View file @
f67af282
...
...
@@ -481,12 +481,12 @@ enum bwritershader_param_register_type
BWRITERSPR_PREDICATE
};
typedef
enum
_BWRITERVS_RASTOUT_OFFSETS
enum
bwritervs_rastout_offsets
{
BWRITERSRO_POSITION
,
BWRITERSRO_FOG
,
BWRITERSRO_POINT_SIZE
}
BWRITERVS_RASTOUT_OFFSETS
;
};
#define BWRITERSP_WRITEMASK_0 0x1
/* .x r */
#define BWRITERSP_WRITEMASK_1 0x2
/* .y g */
...
...
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