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
a79621a6
Commit
a79621a6
authored
Mar 25, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11sdklayers.idl: Added ID3D11Debug declaration.
parent
d07f76e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
d3d11sdklayers.idl
include/d3d11sdklayers.idl
+23
-0
No files found.
include/d3d11sdklayers.idl
View file @
a79621a6
...
...
@@ -1184,6 +1184,11 @@ typedef enum D3D11_MESSAGE_ID {
D3D11_MESSAGE_ID_D3D11_1_MESSAGES_END
}
D3D11_MESSAGE_ID
;
typedef
enum
D3D11_RLDO_FLAGS
{
D3D11_RLDO_SUMMARY
=
1
,
D3D11_RLDO_DETAIL
=
2
}
D3D11_RLDO_FLAGS
;
typedef
struct
D3D11_MESSAGE
{
D3D11_MESSAGE_CATEGORY
Category
;
D3D11_MESSAGE_SEVERITY
Severity
;
...
...
@@ -1210,6 +1215,24 @@ cpp_quote("#define D3D11_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT 1024")
[
object
,
uuid
(
79
cf2233
-
7536
-
4948
-
9
d36
-
1
e4692dc5760
),
local
,
pointer_default
(
unique
)
]
interface
ID3D11Debug
:
IUnknown
{
HRESULT
SetFeatureMask
(
UINT
Mask
)
;
UINT
GetFeatureMask
()
;
HRESULT
SetPresentPerRenderOpDelay
(
UINT
Milliseconds
)
;
UINT
GetPresentPerRenderOpDelay
()
;
HRESULT
SetSwapChain
(
IDXGISwapChain
*
pSwapChain
)
;
HRESULT
GetSwapChain
(
IDXGISwapChain
**
ppSwapChain
)
;
HRESULT
ValidateContext
(
ID3D11DeviceContext
*
pContext
)
;
HRESULT
ReportLiveDeviceObjects
(
D3D11_RLDO_FLAGS
Flags
)
;
HRESULT
ValidateContextForDispatch
(
ID3D11DeviceContext
*
pContext
)
;
}
[
object
,
uuid
(
6543
dbb6
-
1b48
-
42
f5
-
ab82
-
e97ec74326f6
),
local
,
pointer_default
(
unique
)
...
...
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