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
5cb365ba
Commit
5cb365ba
authored
Dec 30, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some D3D import and include directives.
parent
e86ced4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
d3d10.idl
include/d3d10.idl
+3
-1
d3d10_1.idl
include/d3d10_1.idl
+2
-0
d3d11.idl
include/d3d11.idl
+10
-0
No files found.
include/d3d10.idl
View file @
5cb365ba
...
...
@@ -1592,7 +1592,9 @@ interface ID3D10Multithread : IUnknown
BOOL
GetMultithreadProtected
()
;
}
cpp_quote
(
"#ifndef D3D10_IGNORE_SDK_LAYERS"
)
cpp_quote
(
"/* FIXME: # include <d3d10sdklayers.h> */"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#include \"
d3d10misc
.
h\"")
cpp_quote
(
"#include \"
d3d10shader
.
h\"")
cpp_quote
(
"#include \"
d3d10effect
.
h\"")
/*
TODO
:
Include
"d310sdklayers.h"
as
soon
as
it
exists
*/
include/d3d10_1.idl
View file @
5cb365ba
...
...
@@ -20,6 +20,8 @@ import "oaidl.idl";
import
"ocidl.idl"
;
import
"d3d10.idl"
;
cpp_quote
(
"#include <d3d10_1shader.h>"
)
typedef
enum
D3D10_FEATURE_LEVEL1
{
...
...
include/d3d11.idl
View file @
5cb365ba
...
...
@@ -21,6 +21,16 @@ import "ocidl.idl";
import
"dxgi.idl"
;
import
"d3dcommon.idl"
;
cpp_quote
(
"#include <d3d10_1.h>"
)
cpp_quote
(
"#ifndef D3D11_IGNORE_SDK_LAYERS"
)
cpp_quote
(
"/* FIXME: # include <d3d11sdklayers.h> */"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#include <d3d10misc.h>"
)
cpp_quote
(
"#include <d3d10shader.h>"
)
cpp_quote
(
"#include <d3d10effect.h>"
)
cpp_quote
(
"#include <d3d10_1shader.h>"
)
typedef
D3D_SRV_DIMENSION
D3D11_SRV_DIMENSION
;
typedef
D3D_PRIMITIVE
D3D11_PRIMITIVE
;
...
...
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