Perkele
Perkele
As title states. Either update readme to reflect upon this or fix the implementation.
Might be needed to bring more depth into the scenes where materials are flatcoloured and simply shaded.
Right now each render entity gets its own odin parameters (chunks of descriptor sets). Some material have absolutely no use for this, and could just share the same descriptor set...
As per the fine. all-caps title, this project needs a new maintainer. I don't have the time for this project at all these days, and it's really a shame because...
This is needed to figure out the max raw value (-Mr) for a specific controller
An arch package (not sure if official or AUR) is broken after an update. If you get this problem, just add your user to the video group. ### Do not...
Plugins to install new enumerators. Modules will be installed to `/usr/lib/light/enumerators/`, which will be automatically iterated over on program start, loading any modules residing in that directory. Optimally requires light...
## What do we need? We need to limit the amount of processes that want to write to a single target at the same time, without limiting user operations. When...
In `openxr_program.cpp` (for hello xr), the following line is flawed: ```c++ Log::Write(Log::Level::Warning, Fmt("%d events lost", eventsLost)); ``` `eventsLost` is a pointer to a `XrEventDataEventsLost`, and should probably be replaced with...