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
879f2147
Commit
879f2147
authored
Oct 25, 2010
by
Rico Schüller
Committed by
Alexandre Julliard
Oct 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move D3D_SHADER_VARIABLE_CLASS to d3dcommon.h.
parent
81b1c3ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
11 deletions
+24
-11
d3d10shader.h
include/d3d10shader.h
+3
-11
d3dcommon.idl
include/d3dcommon.idl
+21
-0
No files found.
include/d3d10shader.h
View file @
879f2147
...
...
@@ -43,17 +43,6 @@
#define D3D10_SHADER_OPTIMIZATION_LEVEL2 0xC000
#define D3D10_SHADER_OPTIMIZATION_LEVEL3 0x8000
typedef
enum
_D3D10_SHADER_VARIABLE_CLASS
{
D3D10_SVC_SCALAR
,
D3D10_SVC_VECTOR
,
D3D10_SVC_MATRIX_ROWS
,
D3D10_SVC_MATRIX_COLUMNS
,
D3D10_SVC_OBJECT
,
D3D10_SVC_STRUCT
,
D3D10_SVC_FORCE_DWORD
=
0x7fffffff
}
D3D10_SHADER_VARIABLE_CLASS
,
*
LPD3D10_SHADER_VARIABLE_CLASS
;
typedef
enum
_D3D10_SHADER_VARIABLE_TYPE
{
D3D10_SVT_VOID
=
0
,
...
...
@@ -131,6 +120,9 @@ typedef enum D3D10_REGISTER_COMPONENT_TYPE
typedef
D3D_SHADER_MACRO
D3D10_SHADER_MACRO
;
typedef
D3D_SHADER_MACRO
*
LPD3D10_SHADER_MACRO
;
typedef
D3D_SHADER_VARIABLE_CLASS
D3D10_SHADER_VARIABLE_CLASS
;
typedef
D3D_SHADER_VARIABLE_CLASS
*
LPD3D10_SHADER_VARIABLE_CLASS
;
typedef
D3D_INCLUDE_TYPE
D3D10_INCLUDE_TYPE
;
typedef
ID3DInclude
ID3D10Include
;
typedef
ID3DInclude
*
LPD3D10INCLUDE
;
...
...
include/d3dcommon.idl
View file @
879f2147
...
...
@@ -67,3 +67,24 @@ interface ID3DInclude
}
typedef
ID3DInclude
*
LPD3DINCLUDE
;
typedef
enum
_D3D_SHADER_VARIABLE_CLASS
{
D3D_SVC_SCALAR
,
D3D_SVC_VECTOR
,
D3D_SVC_MATRIX_ROWS
,
D3D_SVC_MATRIX_COLUMNS
,
D3D_SVC_OBJECT
,
D3D_SVC_STRUCT
,
D3D_SVC_INTERFACE_CLASS
,
D3D_SVC_INTERFACE_POINTER
,
D3D10_SVC_SCALAR
=
0
,
D3D10_SVC_VECTOR
,
D3D10_SVC_MATRIX_ROWS
,
D3D10_SVC_MATRIX_COLUMNS
,
D3D10_SVC_OBJECT
,
D3D10_SVC_STRUCT
,
D3D11_SVC_INTERFACE_CLASS
,
D3D11_SVC_INTERFACE_POINTER
,
D3D_SVC_FORCE_DWORD
=
0
x7fffffff
,
}
D3D_SHADER_VARIABLE_CLASS
;
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