Bjorn
Bjorn
How should the key in the loaders table be formatted? Maybe some kind of special character/glob? Or maybe the directory could have an extension
The TimeoutScheduler only works when run within [luvit](https://github.com/luvit/luvit). I'm not sure it would be possible to add that as a dependency using luarocks. This is mentioned in [the docs](https://github.com/bjornbytes/RxLua/tree/master/doc#timeoutscheduler), but...
We could add it as a lit dependency [like this](https://github.com/luvit/luvit/blob/deec2d0ee9bb9a9332af9e9563f7574291d504dc/package.lua#L49).
I added PhysicsSettings to the C API in #70, so now it just needs C# bindings.
Adding some notes to this: - Vulkan currently provides 2 ways of using a fragment density map image -- `VK_KHR_fragment_shading_rate` and `VK_EXT_fragment_density_map`. The `XR_FB_foveation_vulkan` extension provides a means of retrieving...
I agree with this. Even though names and indices would both work for me, indices would be preferred. It's really strange to see glTF nodes identified by their names and...
I just confirmed that this is working now in lovr.
I ran into this when trying to use Luau from a project written in C. When `LUAU_EXTERN_C` is enabled, C files can't include Luau headers, and when it's off C...
Having at least the `line` mode available behind an adapter feature would be very useful for the stuff I'm working on. We expose it to help people quickly debug rendering,...
From the screenshot, it looks like you compiled this yourself. Which commit did you compile? What CMake options did you use? You might be missing a Microsoft Visual C Redistributable.