mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Added a note about horribleness to the source. You never know who's looking.
This commit is contained in:
parent
cb6e6e8acb
commit
f60ba4f487
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user