Re: [PATCH v2 0/7] MR4602: winevulkan: Fix host / driver handle unwrapping.
5 Dec
2023
5 Dec
'23
3:49 p.m.
Jacek Caban (@jacek) commented about dlls/winevulkan/make_vulkan:
return self.host_handle(name)
- def is_wrapped(self): - return self.host_handle("test") is not None + def is_wrapped(self, unwrap):
`unwrap` argument seems redundant to me. Do you expect that there will be a case where driver handle will be wrapped, but not host handle (nor the other way around). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4602#note_55077
821
Age (days ago)
821
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)