I'm using default shaders and I'm getting a bunch of these errors in the EngineLog.
Code:
Shader resource 'shaders/model.shader': ShaderLog: [Linking]
Fragment shader(s) linked, vertex shader(s) linked.
ERROR: error(#277) Symbol 'pos' usage doesn't match between two stages
ERROR: error(#277) Symbol 'vsPos' usage doesn't match between two stages
ERROR: error(#277) Symbol 'pos' usage doesn't match between two stages
ERROR: error(#277) Symbol 'vsPos' usage doesn't match between two stages
Should they considered as important errors ?