Thibault Schueller

Results 14 comments of Thibault Schueller

I updated touch.h, see if you can figure something out from the changes I made (doesn't mean it's fixed). Otherwise please post a snippet of code.

I wanted to do this for unit testing to share the boilerplate code between all the tests, this would be super useful considering the large amount of small binaries I...

I'm noticing the same behavior as @jni. My quotas keep rising even though the `git lfs pull` line shows no output. I can see that the caches are created as...

Thank you very much for the detailed write up! I ended up ripping LFS support out as well and put everything on a separate repo linked with a submodule. See...

I won't have access to my setup for a while, so I'll try to get back with more info when that happens. Thanks for the reply

See also: https://stackoverflow.com/questions/28840628/building-bullet-physics-as-shared-libraries And https://github.com/Ryp/reaper/commit/5698c5b4b5f7780f481f23560ff45ec95c7bdb27

I'm also hit by this when implementing Visibility Buffer Rendering, let me know if you find an easy workaround. I'll try `dxc` in the meantime

Regarding Arcady's comment, am I right in assuming this issue is rather easy to fix? If so, any pointers to give to a 3rd party willing to investigate a fix?

Ok, I found the culprit: ```/home/ryp/dev/reaper/external/amd-rga/Core/Vulkan/Backend/../../../../RGA``` This include path assumes that the repo's folder is named `RGA` (not the case on my machine). This is an error in my opinion....