Open dmitrykolesnikovich opened 1 year ago
It works when I run Debug\Sponza.exe
under d:\workspace\anki\build\Bin
though.
Hi thanks for the report.
You are getting an error because the engine can't find the shader binaries. AnKi's CMake copies the .exe to a bin
directory along with the shader binaries. When running a .exe the engine tries to load the shader binaries by looking at the same directory the .exe is in.
I guess you used CMake from the command line to build it right? I should change the documentation.