alexottoboni / Shdr

Shdr is an online ESSL (GLSL) shader editor, viewer and validator powered by WebGL.
http://shdr.bkcore.com/
MIT License
1 stars 5 forks source link

Add uniform compile error info #3

Open josepharhar opened 7 years ago

josepharhar commented 7 years ago

when a shader doesn't compile, shdr says so and points to where it failed. There should be similar functionality for the javascript eval()

atran67 commented 7 years ago

Added some basic error messages. We need more robust error checking, if possible.