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

Removed outdated comment. This is better now than it was.

This commit is contained in:
Thomas Harte 2015-09-02 17:20:23 -04:00 committed by Thomas Harte
parent 0d6094d842
commit 161450942a

View File

@ -200,9 +200,7 @@ 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"