Dzmitry Malyshau

Results 965 comments of Dzmitry Malyshau

Adding full support for combined stuff into IR is a biiig issue. I'm not excited about this, and I hope we'll not need it any time soon. In particular because...

@alexey-lysiuk hi! I wanted to file an issue but your github project doesn't enable issues. Would be best to have this discussion in a more specific place than our meta-issue......

That seems familiar. @jimblandy would know more

So this is the validation triggering, and while it can be fixed, the backends don't really implement any atomic comparison methods yet. Reason being that we need to return a...

We could implement *something* in the backends, but it would be partially wasted work, since this isn't going to be the API of WGSL but rather something ad-hoc.

Thank you! > Could not find a suitable queue family for a copy command queue. This is a pretty strange thing to break on, tbh. We expose a single queue...

I tried building vkd3d an encountered a few issues: - symlinking `libvulkan.dylib -> libportability.dylib` doesn't let the configure script realize it's there, since the checks are for the actually linked...

> yep as said demos using NSView were dropped but you can find here ugh, this is just sad. The code needs more polish, and it's already got quite behind...

There is no leak on `hello-triangle` in wgpu repo, so this is something silly missing from here specifically. Could you check the allocations and see what exactly is being leaked?

right. We merged a fix for this, so the next wgpu-native update should pick it up.