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