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
540054eb
Commit
540054eb
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 BWRITERSAMPLER_TEXTURE_TYPE typedef.
parent
052a8630
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
asmshader.y
dlls/d3dcompiler_43/asmshader.y
+1
-1
d3dcompiler_private.h
dlls/d3dcompiler_43/d3dcompiler_private.h
+3
-2
No files found.
dlls/d3dcompiler_43/asmshader.y
View file @
540054eb
...
...
@@ -97,7 +97,7 @@ int asmshader_lex(void);
DWORD dclusage;
unsigned int regnum;
} declaration;
BWRITERSAMPLER_TEXTURE_TYPE
samplertype;
enum bwritersampler_texture_type
samplertype;
struct rel_reg rel_reg;
struct src_regs sregs;
}
...
...
dlls/d3dcompiler_43/d3dcompiler_private.h
View file @
540054eb
...
...
@@ -502,13 +502,14 @@ enum bwritershader_param_dstmod_type
BWRITERSPDM_MSAMPCENTROID
=
4
,
};
typedef
enum
_BWRITERSAMPLER_TEXTURE_TYPE
{
enum
bwritersampler_texture_type
{
BWRITERSTT_UNKNOWN
=
0
,
BWRITERSTT_1D
=
1
,
BWRITERSTT_2D
=
2
,
BWRITERSTT_CUBE
=
3
,
BWRITERSTT_VOLUME
=
4
,
}
BWRITERSAMPLER_TEXTURE_TYPE
;
};
#define BWRITERSI_TEXLD_PROJECT 1
#define BWRITERSI_TEXLD_BIAS 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