Dzmitry Malyshau
Dzmitry Malyshau
Mapping is already `&mut self`, so I'm not sure why you are concerned about it?
That's better, thank you! Looks like we are hitting an MSL translation issue, internally, now: > There was a compiler error: double types are not supported in buffers in MSL.
According to MSL 2.1 spec, Metal doesn't support Double at all...
Strange, why am I not getting this? The line number corresponds to `path_for_auxiliary_executable`.
Sorry about the confusion! I was reporting other similar issues to other repos, and they were actually semver-related. For Rapier3d, it's not about semver at all. Let me edit the...
I strongly recommend exposing MSRV and having your CI build/run with it specifically instead of the latest stable version.
There could be, yeah. I have a slight preference of not introducing macros unless necessary.
@Speedy37 we looked at your (interesting!) case and realized that the check for NULL returned by alloc() was missing in the version of code you copied. The fixed version (that...
Looks to be working for me, thanks!
Pushed the X11 changes here, but it currently doesn't start. Vulkan surface creation fails with `VK_ERROR_OUT_OF_HOST_MEMORY`. Looking at the [Mesa source](https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/vulkan/wsi/wsi_common_x11.c), it appears to throw this error pretty much on...