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
d8f60a04
Commit
d8f60a04
authored
Sep 01, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Sep 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Add the _D3D10_SIGNATURE_PARAMETER_DESC struct.
parent
5be5e06e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
d3d10shader.h
include/d3d10shader.h
+11
-0
No files found.
include/d3d10shader.h
View file @
d8f60a04
...
...
@@ -113,4 +113,15 @@ typedef struct _D3D10_SHADER_MACRO
LPCSTR
Definition
;
}
D3D10_SHADER_MACRO
,
*
LPD3D10_SHADER_MACRO
;
typedef
struct
_D3D10_SIGNATURE_PARAMETER_DESC
{
LPCSTR
SemanticName
;
UINT
SemanticIndex
;
UINT
Register
;
D3D10_NAME
SystemValueType
;
D3D10_REGISTER_COMPONENT_TYPE
ComponentType
;
BYTE
Mask
;
BYTE
ReadWriteMask
;
}
D3D10_SIGNATURE_PARAMETER_DESC
;
#endif
/* __WINE_D3D10SHADER_H */
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