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
5eaf2b51
Commit
5eaf2b51
authored
Jul 26, 2015
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/d3dcommon.idl: Add missing typedefs.
parent
b8f8b95e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
d3dcommon.idl
include/d3dcommon.idl
+36
-0
No files found.
include/d3dcommon.idl
View file @
5eaf2b51
...
...
@@ -126,6 +126,19 @@ typedef enum _D3D_SHADER_VARIABLE_CLASS
D3D_SVC_FORCE_DWORD
=
0
x7fffffff
,
}
D3D_SHADER_VARIABLE_CLASS
;
typedef
enum
_D3D_SHADER_VARIABLE_FLAGS
{
D3D_SVF_USERPACKED
=
0
x01
,
D3D_SVF_USED
=
0
x02
,
D3D_SVF_INTERFACE_POINTER
=
0
x04
,
D3D_SVF_INTERFACE_PARAMETER
=
0
x08
,
D3D10_SVF_USERPACKED
=
D3D_SVF_USERPACKED
,
D3D10_SVF_USED
=
D3D_SVF_USED
,
D3D11_SVF_INTERFACE_POINTER
=
D3D_SVF_INTERFACE_POINTER
,
D3D11_SVF_INTERFACE_PARAMETER
=
D3D_SVF_INTERFACE_PARAMETER
,
D3D_SVF_FORCE_DWORD
=
0
x7fffffff
}
D3D_SHADER_VARIABLE_FLAGS
;
typedef
enum
_D3D_SHADER_VARIABLE_TYPE
{
D3D_SVT_VOID
,
...
...
@@ -235,6 +248,22 @@ typedef enum _D3D_SHADER_VARIABLE_TYPE
D3D_SVT_FORCE_DWORD
=
0
x7fffffff
,
}
D3D_SHADER_VARIABLE_TYPE
;
typedef
enum
_D3D_SHADER_INPUT_FLAGS
{
D3D_SIF_USERPACKED
=
0
x01
,
D3D_SIF_COMPARISON_SAMPLER
=
0
x02
,
D3D_SIF_TEXTURE_COMPONENT_0
=
0
x04
,
D3D_SIF_TEXTURE_COMPONENT_1
=
0
x08
,
D3D_SIF_TEXTURE_COMPONENTS
=
0
x0C
,
D3D_SIF_UNUSED
=
0
x10
,
D3D10_SIF_USERPACKED
=
D3D_SIF_USERPACKED
,
D3D10_SIF_COMPARISON_SAMPLER
=
D3D_SIF_COMPARISON_SAMPLER
,
D3D10_SIF_TEXTURE_COMPONENT_0
=
D3D_SIF_TEXTURE_COMPONENT_0
,
D3D10_SIF_TEXTURE_COMPONENT_1
=
D3D_SIF_TEXTURE_COMPONENT_1
,
D3D10_SIF_TEXTURE_COMPONENTS
=
D3D_SIF_TEXTURE_COMPONENTS
,
D3D_SIF_FORCE_DWORD
=
0
x7fffffff
}
D3D_SHADER_INPUT_FLAGS
;
typedef
enum
D3D_PRIMITIVE
{
D3D_PRIMITIVE_UNDEFINED
,
...
...
@@ -636,4 +665,11 @@ typedef enum _D3D_SHADER_INPUT_TYPE
D3D11_SIT_UAV_RWSTRUCTURED_WITH_COUNTER
,
}
D3D_SHADER_INPUT_TYPE
;
typedef
enum
_D3D_SHADER_CBUFFER_FLAGS
{
D3D_CBF_USERPACKED
=
0
x01
,
D3D10_CBF_USERPACKED
=
D3D_CBF_USERPACKED
,
D3D_CBF_FORCE_DWORD
=
0
x7fffffff
}
D3D_SHADER_CBUFFER_FLAGS
;
cpp_quote
(
"DEFINE_GUID(WKPDID_D3DDebugObjectName,0x429b8c22,0x9188,0x4b0c,0x87,0x42,0xac,0xb0,0xbf,0x85,0xc2,0x00);"
)
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