mirror of https://github.com/mosra/magnum.git
Browse Source
Because Debug outputs chars as numbers, it displayed the following:
compilation of fragment shader321 succeeded ...
compilation of vertex shader322 succeeded ...
instead of
compilation of fragment shader 1 succeeded ...
compilation of vertex shader 2 succeeded ...
Now I will forever know that ASCII code of space is 32.
pull/54/head
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue