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).