Balázs Oroszi
Balázs Oroszi
OK, thanks for the heads up. Looks like you are right, the mechanism to get OpenCL extension pointers are not implemented in WINE at all, and to make this work...
Is there any way with which I can get the VkDeviceMemory associated with a (shared) D3D11 Texture? IDXGIVkInteropSurface::GetVulkanImageInfo() doesn't provide that information.
Thanks. Sure, the proof of concept I'm doing already needs using some WINE internal data structures to get the host-side vulkan handles, rather than the wrapped client-side ones, which is...
Just to verify, I basically need to expose DxvkImage::getMemoryInfo(), that should give me what I need, correct?
I seem to be hitting a brick wall that I cannot wrap my head around. For starters, I added the GetMemoryInfo() to DXVK, and it works fine, so I can...