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
fe4f7632
Commit
fe4f7632
authored
Feb 15, 2024
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Feb 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IDirect3DSurface in windows.graphics.directx.direct3d11.idl.
parent
fb5302c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
windows.graphics.directx.direct3d11.idl
include/windows.graphics.directx.direct3d11.idl
+18
-0
No files found.
include/windows.graphics.directx.direct3d11.idl
View file @
fe4f7632
...
...
@@ -32,6 +32,13 @@ namespace Windows.Graphics.DirectX.Direct3D11 {
typedef
struct
Direct3DSurfaceDescription
Direct3DSurfaceDescription
;
interface
IDirect3DDevice
;
interface
IDirect3DSurface
;
declare
{
interface
Windows
.
Foundation.Collections.IIterable<Windows.Graphics.DirectX.Direct3D11.IDirect3DSurface
*
>
;
interface
Windows
.
Foundation.Collections.IIterator<Windows.Graphics.DirectX.Direct3D11.IDirect3DSurface
*
>
;
interface
Windows
.
Foundation.Collections.IVectorView<Windows.Graphics.DirectX.Direct3D11.IDirect3DSurface
*
>
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
...
...
@@ -62,4 +69,15 @@ namespace Windows.Graphics.DirectX.Direct3D11 {
{
HRESULT
Trim
()
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
uuid
(
0b
f4a146
-
13
c1
-
4694
-
bee3
-
7
abf15eaf586
)
]
interface
IDirect3DSurface
:
IInspectable
requires
Windows
.
Foundation.IClosable
{
[
propget
]
HRESULT
Description
(
[
out
,
retval
]
Windows
.
Graphics.DirectX.Direct3D11.Direct3DSurfaceDescription
*
value
)
;
}
}
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