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
cc3cde51
Commit
cc3cde51
authored
Oct 03, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Get rid of the BWRITERDECLUSAGE typedef.
parent
82cf8b20
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 @
cc3cde51
...
@@ -568,7 +568,8 @@ enum bwritershader_param_srcmod_type
...
@@ -568,7 +568,8 @@ enum bwritershader_param_srcmod_type
#define BWRITERVS_SWIZZLE_Z (BWRITERVS_X_Z | BWRITERVS_Y_Z | BWRITERVS_Z_Z | BWRITERVS_W_Z)
#define BWRITERVS_SWIZZLE_Z (BWRITERVS_X_Z | BWRITERVS_Y_Z | BWRITERVS_Z_Z | BWRITERVS_W_Z)
#define BWRITERVS_SWIZZLE_W (BWRITERVS_X_W | BWRITERVS_Y_W | BWRITERVS_Z_W | BWRITERVS_W_W)
#define BWRITERVS_SWIZZLE_W (BWRITERVS_X_W | BWRITERVS_Y_W | BWRITERVS_Z_W | BWRITERVS_W_W)
typedef
enum
_BWRITERDECLUSAGE
{
enum
bwriterdeclusage
{
BWRITERDECLUSAGE_POSITION
,
BWRITERDECLUSAGE_POSITION
,
BWRITERDECLUSAGE_BLENDWEIGHT
,
BWRITERDECLUSAGE_BLENDWEIGHT
,
BWRITERDECLUSAGE_BLENDINDICES
,
BWRITERDECLUSAGE_BLENDINDICES
,
...
@@ -583,7 +584,7 @@ typedef enum _BWRITERDECLUSAGE {
...
@@ -583,7 +584,7 @@ typedef enum _BWRITERDECLUSAGE {
BWRITERDECLUSAGE_FOG
,
BWRITERDECLUSAGE_FOG
,
BWRITERDECLUSAGE_DEPTH
,
BWRITERDECLUSAGE_DEPTH
,
BWRITERDECLUSAGE_SAMPLE
BWRITERDECLUSAGE_SAMPLE
}
BWRITERDECLUSAGE
;
};
/* ps 1.x texture registers mappings */
/* ps 1.x texture registers mappings */
#define T0_REG 2
#define T0_REG 2
...
...
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