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
bc03f85f
Commit
bc03f85f
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_CBUFFER_TYPE to d3dcommon.h.
parent
879f2147
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
d3d10shader.h
include/d3d10shader.h
+3
-6
d3d11shader.h
include/d3d11shader.h
+2
-0
d3dcommon.idl
include/d3dcommon.idl
+14
-0
No files found.
include/d3d10shader.h
View file @
bc03f85f
...
...
@@ -85,12 +85,6 @@ typedef enum _D3D10_SHADER_INPUT_TYPE
D3D10_SIT_SAMPLER
=
3
}
D3D10_SHADER_INPUT_TYPE
,
*
LPD3D10_SHADER_INPUT_TYPE
;
typedef
enum
D3D10_CBUFFER_TYPE
{
D3D10_CT_CBUFFER
=
0
,
D3D10_CT_TBUFFER
=
1
}
D3D10_CBUFFER_TYPE
,
*
LPD3D10_CBUFFER_TYPE
;
typedef
enum
D3D10_NAME
{
D3D10_NAME_UNDEFINED
=
0
,
...
...
@@ -123,6 +117,9 @@ 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_CBUFFER_TYPE
D3D10_CBUFFER_TYPE
;
typedef
D3D_CBUFFER_TYPE
*
LPD3D10_CBUFFER_TYPE
;
typedef
D3D_INCLUDE_TYPE
D3D10_INCLUDE_TYPE
;
typedef
ID3DInclude
ID3D10Include
;
typedef
ID3DInclude
*
LPD3D10INCLUDE
;
...
...
include/d3d11shader.h
View file @
bc03f85f
...
...
@@ -21,4 +21,6 @@
#include "d3dcommon.h"
typedef
D3D_CBUFFER_TYPE
D3D11_CBUFFER_TYPE
;
#endif
include/d3dcommon.idl
View file @
bc03f85f
...
...
@@ -88,3 +88,17 @@ typedef enum _D3D_SHADER_VARIABLE_CLASS
D3D11_SVC_INTERFACE_POINTER
,
D3D_SVC_FORCE_DWORD
=
0
x7fffffff
,
}
D3D_SHADER_VARIABLE_CLASS
;
typedef
enum
D3D_CBUFFER_TYPE
{
D3D_CT_CBUFFER
,
D3D_CT_TBUFFER
,
D3D_CT_INTERFACE_POINTERS
,
D3D_CT_RESOURCE_BIND_INFO
,
D3D10_CT_CBUFFER
=
0
,
D3D10_CT_TBUFFER
,
D3D11_CT_CBUFFER
=
0
,
D3D11_CT_TBUFFER
,
D3D11_CT_INTERFACE_POINTERS
,
D3D11_CT_RESOURCE_BIND_INFO
,
}
D3D_CBUFFER_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