Luis E. Del Toro

Results 4 comments of Luis E. Del Toro

I believe the problem is detailed here `RandR headers not found; install libxrandr development package`. Look up how can you install that package in your system. This is common when...

Thank you for answering! Is very good to know that you are working actively, and don't worry there is no rush, keep up the good work!

I fixed it by renaming the global function `texture2DLod` to `textureLod` in `Core/Shaders/FXAA311.glsl`. Also better copy the executable from the build folder into the root of the project (where `Candela.sln`...

Add this line to the end of the .gn dotfile (after running `python2 tools/git-sync-deps`) `script_executable = "python2"` Or whatever command that points to python 2 on your system.