Closed mlauss2 closed 3 months ago
@luciusDXL please add a newline at the end of file Shaders/curve.h, fixes this mesa shader compiler complaint:
[Error : Shader] Failed to compile 'Shaders/line2d.frag'! [Error : Shader] Error: 0:130(2): preprocessor error: syntax error, unexpected HASH_TOKEN 0:7(1): preprocessor error: Unterminated #if
They already have new lines at the end, I will try adding another.
@mlauss2 Try the latest shaders in master.
@luciusDXL : the curve.h one was the missing one. fixed now.
@luciusDXL please add a newline at the end of file Shaders/curve.h, fixes this mesa shader compiler complaint: