Guillaume Morin
Guillaume Morin
This was still crashing for me on startup. It was asserting when getting the vecSunLight uniform location. It turns out that glfwInit() will change the current directory. That happens only...
Here are my changes. I assume you'll want to move this in some platform specific file Update: fixed formatting, referenced pull request #6 ``` --- a/renderer/application.cpp +++ b/renderer/application.cpp @@ -23,6...
fwiw I was experiencing a similar problem and https://lore.kernel.org/all/[email protected]/ (backported in 6.12.54) fixed it