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
974ac06f
Commit
974ac06f
authored
Aug 31, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Aug 31, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.
parent
dd64f946
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
d3d10shader.h
include/d3d10shader.h
+8
-0
No files found.
include/d3d10shader.h
View file @
974ac06f
...
...
@@ -99,6 +99,14 @@ typedef enum D3D10_NAME
D3D10_NAME_DEPTH
=
65
,
}
D3D10_NAME
;
typedef
enum
D3D10_REGISTER_COMPONENT_TYPE
{
D3D10_REGISTER_COMPONENT_UNKNOWN
=
0
,
D3D10_REGISTER_COMPONENT_UINT32
=
1
,
D3D10_REGISTER_COMPONENT_SINT32
=
2
,
D3D10_REGISTER_COMPONENT_FLOAT32
=
3
,
}
D3D10_REGISTER_COMPONENT_TYPE
;
typedef
struct
_D3D10_SHADER_MACRO
{
LPCSTR
Name
;
...
...
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