Xiaopeng Li

Results 21 comments of Xiaopeng Li

@nicolaspernoud Yes, but not recently.

@oh0123 Currently, the Tokio async ecosystem does not support Mach ports or UDS with control messages. These are two key features required by `ipmb`, so this feature cannot be implemented...

@cwfitzgerald Does this PR need any other improvements? This feature is already working properly in our product.

@Tsuguri `VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT` owns a reference to the memory used by the Direct3D resource, after importing the handle can be released safely.

@MarijnS95 Any other suggestions?

Can this PR be merged before #6465?

@MarijnS95 It works fine with driver 31.0.101.2128, but not with driver 27.x.x.x.

@MarijnS95 https://github.com/gfx-rs/wgpu/commit/759f82b322a5dab21b478642a4ce3e3c9eda69dc works fine for me, but not #6173

> Is this a new leak? No, it can be reproduced on older versions of wgpu, but there is no leak on the 27.x.x.x driver, maybe it's a driver bug.

I got the same error, but compiling with dev profile works fine, this error only appears on release profile.