1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Added a note about horribleness to the source. You never know who's looking.

This commit is contained in:
Thomas Harte 2015-09-01 22:38:15 -04:00
parent cb6e6e8acb
commit f60ba4f487

View File

@ -200,6 +200,9 @@ const char *vertexShader =
"}\n";
// TODO: this should be factored out and be per project
//
// TODO: this is _horribly_ written. It parallelises nothing. It's an embarassment. Same as for the above.
// This will be fixed. But, for now, it works.
const char *fragmentShader =
"#version 150\n"
"\n"