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
2a933cb0
Commit
2a933cb0
authored
Mar 08, 2010
by
Christian Costa
Committed by
Alexandre Julliard
Mar 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Add some shader definitions.
parent
8991b214
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
d3dx9shader.h
include/d3dx9shader.h
+39
-0
No files found.
include/d3dx9shader.h
View file @
2a933cb0
...
...
@@ -299,4 +299,43 @@ HRESULT WINAPI D3DXGetShaderConstantTable(CONST DWORD* byte_code,
}
#endif
typedef
struct
_D3DXSHADER_CONSTANTTABLE
{
DWORD
Size
;
DWORD
Creator
;
DWORD
Version
;
DWORD
Constants
;
DWORD
ConstantInfo
;
DWORD
Flags
;
DWORD
Target
;
}
D3DXSHADER_CONSTANTTABLE
,
*
LPD3DXSHADER_CONSTANTTABLE
;
typedef
struct
_D3DXSHADER_CONSTANTINFO
{
DWORD
Name
;
WORD
RegisterSet
;
WORD
RegisterIndex
;
WORD
RegisterCount
;
WORD
Reserved
;
DWORD
TypeInfo
;
DWORD
DefaultValue
;
}
D3DXSHADER_CONSTANTINFO
,
*
LPD3DXSHADER_CONSTANTINFO
;
typedef
struct
_D3DXSHADER_TYPEINFO
{
WORD
Class
;
WORD
Type
;
WORD
Rows
;
WORD
Columns
;
WORD
Elements
;
WORD
StructMembers
;
DWORD
StructMemberInfo
;
}
D3DXSHADER_TYPEINFO
,
*
LPD3DXSHADER_TYPEINFO
;
typedef
struct
_D3DXSHADER_STRUCTMEMBERINFO
{
DWORD
Name
;
DWORD
TypeInfo
;
}
D3DXSHADER_STRUCTMEMBERINFO
,
*
LPD3DXSHADER_STRUCTMEMBERINFO
;
#endif
/* __D3DX9SHADER_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