How to use char sumbols from GLSL? Test on https://www.shadertoy.com/new .
int c = int('a'); // Not work
How to get one sumbol or string? For call function.
DrawString("Hello world!"); // Example
I can do this, but it's so hard:
#define _H 72
DrawString(_H, _e, _l, _l, _o);