Open adro79 opened 3 months ago
We found that we have a merge error that prevents the Vulkan backend from working. Basically it is using old code, and we will update it to use the proper new code. Windows is fine, so please try that for now if you are able. We will issue a patch release to fix Vulkan / Linux. Thanks for your patience!
First of all, thanks for upgrading Aurora and its USD version.
I've been trying to build Aurora all day, but I keep having A LOT of errors. I even tried to build it on an Ubuntu 20.04 Container using Distrobox, but I encounter the same errors as my host machine.
Would appreciate some help since I'm not that advanced in programming :)
Here's a diff of the patches I made:
Minifying Shaders
It seems to be an issue in MainEntryPoints.slang, also it doesn't automatically set the Slang Compiler, so I have to specify it using Slang_COMPILER
A workaround (?) is to manually execute the python command:
python Scripts/minifyShadersFolder.py Libraries/Aurora/Source/Shaders Build/Libraries/Aurora/CompiledShaders/CommonShaders.h
Current Errors
Thanks a lot in advance.