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
2bfc3c70
Commit
2bfc3c70
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_REGISTER_COMPONENT_TYPE to d3dcommon.h.
parent
512a47c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
d3d10shader.h
include/d3d10shader.h
+2
-8
d3dcommon.idl
include/d3dcommon.idl
+12
-0
No files found.
include/d3d10shader.h
View file @
2bfc3c70
...
...
@@ -102,14 +102,6 @@ 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
;
/* These are defined as version-neutral in d3dcommon.h */
typedef
D3D_SHADER_MACRO
D3D10_SHADER_MACRO
;
typedef
D3D_SHADER_MACRO
*
LPD3D10_SHADER_MACRO
;
...
...
@@ -120,6 +112,8 @@ typedef D3D_SHADER_VARIABLE_CLASS *LPD3D10_SHADER_VARIABLE_CLASS;
typedef
D3D_CBUFFER_TYPE
D3D10_CBUFFER_TYPE
;
typedef
D3D_CBUFFER_TYPE
*
LPD3D10_CBUFFER_TYPE
;
typedef
D3D_REGISTER_COMPONENT_TYPE
D3D10_REGISTER_COMPONENT_TYPE
;
typedef
D3D_INCLUDE_TYPE
D3D10_INCLUDE_TYPE
;
typedef
ID3DInclude
ID3D10Include
;
typedef
ID3DInclude
*
LPD3D10INCLUDE
;
...
...
include/d3dcommon.idl
View file @
2bfc3c70
...
...
@@ -151,3 +151,15 @@ typedef enum D3D_SRV_DIMENSION
D3D11_SRV_DIMENSION_TEXTURECUBEARRAY
,
D3D11_SRV_DIMENSION_BUFFEREX
,
}
D3D_SRV_DIMENSION
;
typedef
enum
D3D_REGISTER_COMPONENT_TYPE
{
D3D_REGISTER_COMPONENT_UNKNOWN
,
D3D_REGISTER_COMPONENT_UINT32
,
D3D_REGISTER_COMPONENT_SINT32
,
D3D_REGISTER_COMPONENT_FLOAT32
,
D3D10_REGISTER_COMPONENT_UNKNOWN
=
0
,
D3D10_REGISTER_COMPONENT_UINT32
,
D3D10_REGISTER_COMPONENT_SINT32
,
D3D10_REGISTER_COMPONENT_FLOAT32
,
}
D3D_REGISTER_COMPONENT_TYPE
;
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