Hey There
hope everyone is fine and safe
have a few shader coming from shadertoy and when I convert them using ISF editor
I have the
precision highp float;
error
Tried to modified it but no solution
have any idea ?
Best
Z
Hey There
hope everyone is fine and safe
have a few shader coming from shadertoy and when I convert them using ISF editor
I have the
precision highp float;
error
Tried to modified it but no solution
have any idea ?
Best
Z
Hi!
Just delete precision highp and only write float.
I.E precision highp float namevalue; --> float namevalue;
If you only have precision highp float; you can delete or comment // the line.
han !
I was trying to modified instead of just delete it !
thank you for this tips
hope it helps someone else one day