Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
64822f21
Commit
64822f21
authored
Dec 17, 2019
by
Steve Lhomme
Committed by
Alexandre Julliard
Dec 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add dxgidebug.idl.
Signed-off-by:
Steve Lhomme
<
robux4@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
826e2508
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
Makefile.in
include/Makefile.in
+1
-0
dxgidebug.idl
include/dxgidebug.idl
+43
-0
No files found.
include/Makefile.in
View file @
64822f21
...
...
@@ -250,6 +250,7 @@ SOURCES = \
dxgi1_5.idl
\
dxgi1_6.idl
\
dxgicommon.idl
\
dxgidebug.idl
\
dxgiformat.idl
\
dxgitype.idl
\
dxva.h
\
...
...
include/dxgidebug.idl
0 → 100644
View file @
64822f21
/*
*
Copyright
2015
Steve
Lhomme
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"oaidl.idl"
;
cpp_quote
(
"DEFINE_GUID(DXGI_DEBUG_ALL, 0xe48ae283, 0xda80, 0x490b,0x87, 0xe6, 0x43, 0xe9, 0xa9, 0xcf, 0xda, 0x08);"
)
cpp_quote
(
"DEFINE_GUID(DXGI_DEBUG_DX, 0x35cdd7fc, 0x13b2, 0x421d,0xa5, 0xd7, 0x7e, 0x44, 0x51, 0x28, 0x7d, 0x64);"
)
cpp_quote
(
"DEFINE_GUID(DXGI_DEBUG_DXGI, 0x25cddaa4, 0xb1c6, 0x47e1,0xac, 0x3e, 0x98, 0x87, 0x5b, 0x5a, 0x2e, 0x2a);"
)
cpp_quote
(
"DEFINE_GUID(DXGI_DEBUG_APP, 0x06cd6e01, 0x4219, 0x4ebd,0x87, 0x90, 0x27, 0xed, 0x23, 0x36, 0x0c, 0x62);"
)
typedef
enum
DXGI_DEBUG_RLO_FLAGS
{
DXGI_DEBUG_RLO_SUMMARY
=
0
x0001
,
DXGI_DEBUG_RLO_DETAIL
=
0
x0002
,
DXGI_DEBUG_RLO_IGNORE_INTERNAL
=
0
x0004
,
DXGI_DEBUG_RLO_ALL
=
0
x0007
}
DXGI_DEBUG_RLO_FLAGS
;
[
object
,
local
,
uuid
(
119
e7452
-
de9e
-
40
fe
-
8806
-
88
f90c12b441
)
]
interface
IDXGIDebug
:
IUnknown
{
HRESULT
ReportLiveObjects
(
[
in
]
GUID
apiid
,
[
in
]
DXGI_DEBUG_RLO_FLAGS
flags
)
;
}
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