mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Implement ID3D12Fence1.
This commit is contained in:
committed by
Alexandre Julliard
parent
0d1bc77b2a
commit
c2e09e4c4f
Notes:
Alexandre Julliard
2023-08-02 21:23:58 +09:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/287
@@ -2456,6 +2456,17 @@ interface ID3D12Fence : ID3D12Pageable
|
||||
HRESULT Signal(UINT64 value);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(433685fe-e22b-4ca0-a8db-b5b4f4dd0e4a),
|
||||
object,
|
||||
local,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ID3D12Fence1 : ID3D12Fence
|
||||
{
|
||||
D3D12_FENCE_FLAGS GetCreationFlags();
|
||||
}
|
||||
|
||||
[
|
||||
uuid(6102dee4-af59-4b09-b999-b44d73f09b24),
|
||||
object,
|
||||
|
Reference in New Issue
Block a user