Files
test/source/blender
Clément Foucault e43e9caf1b GPUShader: Rewrite error printing
Now error printing only display the line related to the error.
We also put char marker if present.

Example:
```
-- Shader Compilation Errors : MAMaterial --

10414 |  node_fresnel(, facingnormal, viewposition, tmp34);
      |               ^
      | error: syntax error, unexpected ',', expecting ')'

----------------------------------
```
2020-08-18 21:30:10 +02:00
..
2020-08-18 15:51:32 +02:00
2020-08-17 12:40:03 +10:00
2020-08-18 21:30:09 +02:00
2020-08-18 15:51:32 +02:00
2020-08-18 21:30:10 +02:00
2020-08-18 15:51:32 +02:00
2020-08-18 13:11:23 +02:00
2020-08-18 21:30:09 +02:00
2020-08-17 12:40:03 +10:00