Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a8aa199c
Commit
a8aa199c
authored
Oct 01, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Get rid of the BWRITERSHADER_INSTRUCTION_OPCODE_TYPE typedef.
parent
1f864bc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
d3dcompiler_private.h
dlls/d3dcompiler_43/d3dcompiler_private.h
+5
-6
No files found.
dlls/d3dcompiler_43/d3dcompiler_private.h
View file @
a8aa199c
...
...
@@ -365,11 +365,10 @@ const char *debug_print_opcode(DWORD opcode) DECLSPEC_HIDDEN;
/* Used to signal an incorrect swizzle/writemask */
#define SWIZZLE_ERR ~0U
/*
Enumerations and defines used in the bytecode writer
intermediate representation
*/
typedef
enum
_BWRITERSHADER_INSTRUCTION_OPCODE_TYPE
{
/* Enumerations and defines used in the bytecode writer intermediate
* representation. */
enum
bwritershader_instruction_opcode_type
{
BWRITERSIO_NOP
,
BWRITERSIO_MOV
,
BWRITERSIO_ADD
,
...
...
@@ -458,7 +457,7 @@ typedef enum _BWRITERSHADER_INSTRUCTION_OPCODE_TYPE {
BWRITERSIO_PHASE
,
BWRITERSIO_COMMENT
,
BWRITERSIO_END
,
}
BWRITERSHADER_INSTRUCTION_OPCODE_TYPE
;
};
typedef
enum
_BWRITERSHADER_PARAM_REGISTER_TYPE
{
BWRITERSPR_TEMP
,
...
...
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