Derek Lesho dlesho@codeweavers.com writes:
Ah, I didn't see that, should have looked. I can try to redo the patchset using those in winevulkan. One issue though is the use of KMT handles, which are pretty much just resource IDs like PIDs or TIDs. How do propose we implement that without support in the server? Maybe we could use ConvertToGlobalHandle? The issue then is that the global handle isn't supposed to contain a reference to the resource.
It depends on how the IDs are supposed to behave, but in any case ConvertToGlobalHandle() is a Win95 abomination that you should stay far away from ;-)