Old project throws graphics syntax error (SOLVED)

Opened an old project for the first time in a few years and trying to run it gives me:

WARNING:GRAPHICS: ERROR: 0:19: 'f' : syntax error: syntax error

It doesn’t really hint at the location of the syntax error. Any chance it’s internal?

My guess is that this happened after we started using SPIR-V to cross compile shaders. The compiler will complain about things such as use of reserved keywords and other syntax errors. Do you have any custom shaders?

1 Like

I do, thank you, that was it! It didn’t like a ‘1.0f’ expression.

1 Like