1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +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"; "}\n";
// TODO: this should be factored out and be per project // 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 = const char *fragmentShader =
"#version 150\n" "#version 150\n"
"\n" "\n"