How to precompile shaders in processing.js and avoid runtime error linking shaders?

I'm looking for info how to precompile shaders in processing.js and WebGL so they are not linking during runtime. Now I have following error under IE 11, Windows Phone 8.1

JavaScript runtime error: Error linking shaders.

Would really appreciate solution!

Sign In or Register to comment.